-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Welcome to the oah-shell wiki!
This is the Shell used to configure and automate provisioning of OAH(OpenAppHack) environments.
The oah-shell can be used to fetch the various oah-vm or oah-clusters environments that are available as public repos on https://github.com/openapphack/
oah-shell enable various oah-commands which are also called as oah scripts to configure various oah environments.
Complete list of oah-shell commands will be added here later
oah-shell can be installed on the host machine using oah-installer.
On the client machine it can be installed using ansible-role-oah.
On the Host machine the oah-shell will be installed by the oah-installer.
On *nix machine , the oah-shell can be installed using the ansible roles as well , ansible-role-oah
Alternatively
Manual installation can also be done by following the steps mentioned below
git clone https://github.com/openapphack/oah-shell/oah-shell.git
cd oah-shell
./install.sh
Execute oah install {oah-vm-name} will install the oah-vm.
Use oah list to give the list of oah-vms available.
find oah shell command list here.
Take a look at the [issue list] (https://github.com/openapphack/oah-shell/issues)
- Vinod Panicker