Skip to content

Commit 7f35dd2

Browse files
committed
Update configure for freeboard 1.1.0.
We are pushing upstream-version Freeboard to Debian, and put BerryNet configurations of Freeboard to berrynet-dashboard package. In this case, we change HTTP server from server.js to apache2. Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
1 parent 47a1602 commit 7f35dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ INSTALL_OPENVINO="N"
3434
install_system_dependencies() {
3535
sudo apt-get update
3636
sudo apt-get install -y \
37+
apache2 \
3738
curl \
3839
fswebcam \
3940
git \
@@ -278,6 +279,7 @@ install_berrynet_js() {
278279
update_system_service() {
279280
sudo service mosquitto restart
280281
sudo supervisorctl reload
282+
sudo a2enconf berrynet-dashboard
281283
}
282284

283285
install_system_dependencies 2>&1 | tee -a $LOG

0 commit comments

Comments
 (0)