Skip to content

Commit 32fbea8

Browse files
committed
added buttons and new version of image sequencer
1 parent 609673d commit 32fbea8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

builder/chroot-script.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,11 @@ sudo apt-get install git
222222
cd /var/www/
223223

224224
# install infragram in the web public folder:
225+
echo "Installing infragram"
225226
git clone https://github.com/publiclab/infragram.git
226227
cd infragram
227228
npm install
228-
cd /
229+
cd /var/www/
229230

230231
echo "Installing image-sequencer"
231232
# install image-sequencer in the web public folder:

builder/files/var/www/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ <h2>Public Lab Pi Camera Kit</h2>
2828

2929
<p>While connected to this camera, you won't have regular internet access.</p>
3030

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>
3434

3535
</body>
3636
</html>

0 commit comments

Comments
 (0)