Free Website Privacy Check: Ensure Your Site's Compliant Now!
Background Image

Docker

Install Guide by Docker | AesirX SSO

Prerequisites

Before installing AesirX DMA, you must have the following installed on your development computer:


Step-by-step guide:

1. Register your account at https://sso.aesirx.io/. You will then get an email for user creation account.

2. Activate your account by clicking verify in the email.

3. Login to https://sso.aesirx.io/ site to get the REACT_APP_CLIENT_SECRET and REACT_APP_LICENSE in your profile.

 

install_guide_1.jpgIf you don't have any license, select one from our homepage.

install_guilde_2.png

4. Enter domain and test domain of license. For example:

install_guide_6.png

5. Install sso app.

git clone
https://github.com/aesirxio/sso

6. At sso-app folder, rename the .env.dist file to .env

Or use this command:

mv .env.dist .env

Note: To show the .env file in your computer, use:
MacOS: Ctrl + Shift + "."
Linux: Ctrl + H

7. Replace the REACT_APP_CLIENT_SECRET  and REACT_APP_LICENSE in the .env file with the one provided in your profile account.

8. Then run SSO app.

Development

docker compose -f "docker-compose.dev.yml" up -d --build

Production

docker compose -f "docker-compose.pro.yml" up -d --build

When the app runs successfully, it will look like the image below

install_guide_7.png

9. Go to the browser

Enjoyed this read? Share the blog!

share icon

Share