Last active
December 3, 2016 23:24
-
-
Save ryansturmer/d53a799cc66aecb87d7d537fcaf889d8 to your computer and use it in GitHub Desktop.
Convert a binary installation to a development one on an intel edison.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl stop fabmo fabmo-updater | |
cd /fabmo | |
mount -w -o remount / | |
rm -rf engine updater | |
git clone https://github.com/FabMo/FabMo-Engine.git ./engine | |
git clone https://github.com/FabMo/FabMo-Updater.git ./updater | |
cd /fabmo/updater | |
npm install | |
touch install_token | |
cd /fabmo/engine | |
npm install | |
npm install -g webpack | |
./node_modules/.bin/webpack -p | |
touch install_token | |
sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment