The installation instructions that reside in Installation.md are developer-focused, you wouldn't be running a production service by using npm start
Instead, we need production instructions that run the user through:
- Installing the correct dependencies for a server
- Setting up the webserver (Apache2)
- Setting up and populating the MariaDB database with Software Discovery Tool data sources
- Running
npm run build in the development environment
- Uploading the compiled files to a webserver for consumption
Some of this is covered in the current Installation documentation, so it can be replicated or referenced.
We can call this Production_Installation.md or something similar.
The installation instructions that reside in Installation.md are developer-focused, you wouldn't be running a production service by using
npm startInstead, we need production instructions that run the user through:
npm run buildin the development environmentSome of this is covered in the current Installation documentation, so it can be replicated or referenced.
We can call this Production_Installation.md or something similar.