This is a GUI for FogLAMP
To install dependencies run the following command inside the root directory:
yarn install
Run yarn start or yarn start --host [ip_address of host machine] (to allow access on same network but another machine) for a dev server. Navigate to http://localhost:4200/ or http://<ip_address>:4200/.
The app will automatically reload if you change any of the source files.
Run ./build.sh to build the project. The build artifacts will be stored in the dist/ directory.
It uses the
-prodflag withngfor a production build.
brew install nginx
sudo apt-get update
sudo apt-get install nginx-light
To deploy on another machine, you shall need to copy build artifacts stored in the
dist/directory and (may be you want to use) providednginx.conf; Make sure you have nginx(-light) installed on the deployment machine.
start: nginx -c nginx.conf -p $(pwd)
You should be able to access it on 0.0.0.0:8080
stop: nginx -s stop
See details here
Make sure to fix
includedirective andserver rootinnginx.conf; unless you want to use default.
| Browser | Tested Version | Supported |
|---|---|---|
| Safari (mac) | 11.x | latest 1 |
| Chrome | 66.0.x (64-bit) | latest 2 |
| Firefox | 60.x (64-bit) | latest 2 |
© 2017-18 DIANOMIC SYSTEMS. All Rights Reserved.