Installation
First of all, check it completely according to requirement.
Clone NetCoCo-UI.
Install dependency.
Yarn (Recommend)
NPM
Change base URL of API at file .env.production.
Build NetCoCo-UI with production.
Yarn (Recommend)
NPM
Make NetCoCo directory and create sub-directory
Linux
Make directory with sudo mkdir /usr/share/netcoco
Windows
Download templates and executable file from Github releases
Untar or unzip templates
Copy /dist of NetCoCo-UI to /templates of NetCoCo.
Create config.yaml in NetCoCo directory with executable file. (In linux: /usr/share/netcoco)
Edit main.js in NetCoCo directory. (In linux: /usr/share/netcoco/templates/js)
On Linux, must install the netcoco service
Download service file
Enable and start service
Enable sysctl ping
On Windows, run executable file.
Last updated