IMPORTANT to deploy the APP on the BeagleBoneBlack Linux board, you should look at README in BeagleBoneBlackLinux directory
Web application deployed on any Linux to control the Polytech' Tours LedWall.
- front : expressjs
- back : angular 7
LedWall | Web Application |
---|---|
Project Report : LEDWall_Report_JLH_CDT_CLN_ARI_SSI_LTS.pdf
To run the project, you need to have node installed with npm and Angular CLI.
- Clone project
- Go in front folder
npm install
ng serve
- Go in back folder
npm install
node server.js
- Navigate to
http://localhost:4200/
run :
sudo -s
source ./project_install.sh
or ...
If you intend to deploy your app onto a device with small amount of memory, it would be wise to run the app with this method instead.
- Clone project
- Go in front folder
npm install
ng build --prod
- Go in back folder
npm install
NODE_ENV=production node server.js
- Navigate to
http://localhost:8080/
Change default piskel size when opening the editor :
front/src/assets/piskel-editor/js/piskel-packaged-2015-09-02-11-47.js (11782)
Secure front access with the command below :
sudo htpasswd -c .htpasswd ledwall