Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Last active September 23, 2018 01:14
Show Gist options
  • Save tpmccallum/929c04f7268be7375e5403afc10195cc to your computer and use it in GitHub Desktop.
Save tpmccallum/929c04f7268be7375e5403afc10195cc to your computer and use it in GitHub Desktop.
A Gist which creates a CyberMiles development environment in your browser - Ubuntu

Prepare the standard Ubuntu installation

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install git

sudo apt-get install nodejs

sudo apt-get install npm


# Update/upgrade npm to the latest

sudo npm install npm@latest -g

# Update/upgrade node [1]

sudo apt-get install curl

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

sudo apt-get install nodejs

Integrate CyberMiles Remix and Metamask

Visit the CyberMiles documentation [2] which guides you through the integration of CyberMiles, Remix and Metamask.

References

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