Skip to main content

Package content and deployment

The package contains the following files and folders:

  • example.html → example file to run the program
  • netdecor.js → javascript code to run the program
  • netdecor.json → configuration file for the program
  • netdecor-{version}-cdn.js → versioned version of the netdecor.js file (read: Caching strategies)
  • netdecor-{version}-cdn.json → versioned version of the netdecor.json file (read: Caching strategies)
  • assets/ → folder containing the program files
  • database/ → 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.