Download the latest release of Atlas Library onto your workstation and getting running with the getting started guide.
Update the website configuration files as specified in configuration.
Install the project dependencies, update the database and build a production deploy-
npm install
npm run db:update
npm run dotnet:publish
The built website is will be in the /out
folder and is ready to be copied to your web server.
If you changes have tested nicely you can publish to your web server.
We recommend to having two instances of Atlas (Atlas and Atlas-Test).
First, publish to test, and if your updates work well, then publish to your production server.