-
Install system dependencies:
sudo apt-get install build-essential curl g++ gcc python-dev
-
Install NVM and Node 8.x:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash source ~/.bashrc nvm install v8.9.4 nvm alias default v8.9.4
-
Install Node and Python dependencies:
cd /path/to/piper ./install.sh
-
Start the app and open in a browser window:
cd /path/to/piper ./start.sh
-
If the browser cannot connect to the app within a few seconds, then open http://localhost:8080
To publish the GitHub Pages static site, run:
cd /path/to/piper
npm run-script deploy
Copyright (c) 2018 Hein Bekker. Licensed under the GNU Affero General Public License, version 3.