Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Last active May 3, 2019 18:33
Show Gist options
  • Save imylomylo/d78d1b9fe6fd72ccf60f34329b56922f to your computer and use it in GitHub Desktop.
Save imylomylo/d78d1b9fe6fd72ccf60f34329b56922f to your computer and use it in GitHub Desktop.
komodo-in-a-box management interface download & run

After you go through install steps, you can do something like this video demo 9mins

Clone komodo-in-a-box & run first time

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.

Run komodo-in-a-box to use the blockchain starter kit - 1 node

komodoinabox

Run komodo-in-a-box to sync with a dPoW secured blockchain

komodoinabox

Contents of shortcut komodoinabox

#!/bin/bash
cd $HOME/komodo-in-a-box
source setup/start.sh
@tssandor
Copy link

setup/start.sh fails because we haven't added ~/bin to the PATH

@imylomylo
Copy link
Author

I have to test i think you need to log out and log back in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment