File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,11 @@ sudo apt-get install git
222
222
cd /var/www/
223
223
224
224
# install infragram in the web public folder:
225
+ echo " Installing infragram"
225
226
git clone https://github.com/publiclab/infragram.git
226
227
cd infragram
227
228
npm install
228
- cd /
229
+ cd /var/www/
229
230
230
231
echo " Installing image-sequencer"
231
232
# install image-sequencer in the web public folder:
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ <h2>Public Lab Pi Camera Kit</h2>
28
28
29
29
< p > While connected to this camera, you won't have regular internet access.</ p >
30
30
31
- < p > < a href ="http://pi.local/infragram/pi/ "> Access Infragram software</ a > </ p >
32
- < p > < a href ="http://pi.local/cam/ "> Access the camera</ a > </ p >
33
- < p > < a href ="http://pi.local/image-sequencer/examples/ "> Access Image Sequencer software</ a > </ p >
31
+ < p > < a class =" btn " href ="http://pi.local/infragram/pi/ "> Access Infragram software</ a > </ p >
32
+ < p > < a class =" btn " href ="http://pi.local/cam/ "> Access the camera</ a > </ p >
33
+ < p > < a class =" btn " href ="http://pi.local/image-sequencer/examples/ "> Access Image Sequencer software</ a > </ p >
34
34
35
35
</ body >
36
36
</ html >
You can’t perform that action at this time.
0 commit comments