Skip to content

Instantly share code, notes, and snippets.

@ryansturmer
Last active December 3, 2016 23:24
Show Gist options
  • Save ryansturmer/d53a799cc66aecb87d7d537fcaf889d8 to your computer and use it in GitHub Desktop.
Save ryansturmer/d53a799cc66aecb87d7d537fcaf889d8 to your computer and use it in GitHub Desktop.
Convert a binary installation to a development one on an intel edison.
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