Database
If you have a manually created database, ensure the database is current the old creation script, then comment out the code in the Migrations/*Initial.cs
that updates the database before running migrations!
Download the latest release of Atlas BI 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 db:update
npm 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.