After you go through install steps, you can do something like this video demo 9mins
- System dependencies gist & video 26s
- Komodo install gist & video nanomsg 37s & video komodo install 1m23s
- Follow below to get to a stage of running the video
cd
git clone https://github.com/komodo-cakeshop/komodo-in-a-box.git
cd komodo-in-a-box
setup/start.sh
Info: This creates a shortcut called komodoinabox
in your homedir/bin directory ($HOME/bin
) so you can run it from your terminal anytime.
Contents of shortcut are at the bottom.
komodoinabox
komodoinabox
#!/bin/bash
cd $HOME/komodo-in-a-box
source setup/start.sh
setup/start.sh fails because we haven't added ~/bin to the PATH