Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install infragram #37

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update chroot-script.sh
jywarren authored Oct 22, 2018
commit c865f06d9d9fcd1bd547708eeacf5f10dc0d8ff7
4 changes: 3 additions & 1 deletion builder/chroot-script.sh
Original file line number Diff line number Diff line change
@@ -207,10 +207,12 @@ systemctl disable hciuart

echo "Installing infragram"

cd /var/www/
git clone https://github.com/publiclab/infragram.git
cd infragram
npm install
npm start
npm i -g http-server ; http-server -p 8000
cd

echo "Installing rpi-serial-console script"
wget -q https://raw.githubusercontent.com/lurch/rpi-serial-console/master/rpi-serial-console -O usr/local/bin/rpi-serial-console