Package content and deployment
The package contains the following files and folders:
example.html→ example file to run the programnetdecor.js→ javascript code to run the programnetdecor.json→ configuration file for the programnetdecor-{version}-cdn.js→ versioned version of thenetdecor.jsfile (read: Caching strategies)netdecor-{version}-cdn.json→ versioned version of thenetdecor.jsonfile (read: Caching strategies)assets/→ folder containing the program filesdatabase/→ folder containing the database files
Unpacking and deployment
The package is a 7z archive. To unpack it, you can use any archive manager. Package can be deployed on any http server. We recommend using nginx server. While app can be deployed in a subfolder, it is recommended to put it in the root directory and use a dedicated domain for the program. You can read more about base path in the Running the program section.