-
Library Docs
-
Hub Docs
-
Requests Docs
-
System Docs
-
Source Code
-
Community
-
Website Install
-
SSIS ETL Setup
-
Python ETL Setup
-
Deploy
-
Usage
-
Contributing
-
Library Docs
-
Hub Docs
-
Requests Docs
-
System Docs
-
Source Code
-
Community
-
Website Install
-
SSIS ETL Setup
-
Python ETL Setup
-
Deploy
-
Usage
-
Contributing
Deploying Atlas Library
∞ Getting Started
Download the latest release of Atlas Library onto your workstation and getting running with the getting started guide.
∞ Update Settings
Update the website configuration files as specified in configuration.
∞ Install Dependencies and Update Database
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.
∞ Publish to the 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.