This repo is summary of lightest-ostis-pancake and music.ostis.kb
Clone repository:
git clone https://github.com/ostis-apps/ostis-music
To install the necessary components (sc-web, sc-machine, music.ostis.kb), run the following command:
./pancake.sh install
This will clone (or pull updates) the necessary components (sc-web, sc-machine) and clone all specified knowledge bases.
To run ostis, use following command:
./pancake.sh run
Run in the background:
./pancake.sh run -d
Stop:
./pancake.sh stop
You can also:
./pancake.sh restart
To display the usage information and available options, run the following command:
./pancake.sh --help