Installing your DigLife ReactQL self-sovereign stack
(Installation Instructions for Ubuntu/Bash For Windows)
- Optionally install Atom code editor with git extension or just install git
- Install up to date node.js server and npm package manager
(First, you need to install an updated Node Repository - the default to only installs v4:
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -sudo apt-get install -y nodejs )
Npm is bundled with node.
- Update Npm: npm i npm
- git clone https://github.com/DigitalLifeCollective/basecamp.git
- cd basecamp
- sudo npm -g install
- npm start
- Point browser at http://localhost:8080(If it doesn’t open on its own)
more info on the techg stack is in this document
