Skip to content
Vinod Panicker edited this page Oct 12, 2016 · 2 revisions

Welcome to the oah-shell wiki!

About oah-shell

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

Setting up oah-shell

oah-shell can be installed on the host machine using oah-installer.

On the client machine it can be installed using ansible-role-oah.

How to install oah-shell

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 

Basic usage of oah-shell

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.

How to contribute

Take a look at the [issue list] (https://github.com/openapphack/oah-shell/issues)

Developer Resources

Contributors

  • Vinod Panicker