DPO Radio

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

Install guide by Shared Host | AesirX DAM

Prerequisites for computer run build

Make sure the git and node versions have been installed on your local.


Step-by-step guide:

Step 1: Create an AesirX Account

  • Visit https://signup.aesirx.io/.
  • If you don't have an AesirX account, click on the option to create one.
  • Enter your email address, choose a privacy ID, and select "Digital Asset Management" from the Solutions drop-down menu.
  • Enter your domain name and click "Verify" to submit your request.
  • Check your email (including spam folder) for a confirmation message containing your license ID.

image5.png

Step 2: Install DAM App

git clone
https://github.com/aesirxio/dam-app

Step 3: Setup Enviroment

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

Or use this command:

mv .env.dist .env

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

- Replace the license keys in.env file with the one provided in your profile account.

  • REACT_APP_SSO_CLIENT_ID replace this with the provided REACT_APP_SSO_CLIENT_ID
  • REACT_APP_SSO_CLIENT_SECRET replace this with the provided REACT_APP_SSO_CLIENT_SECRET

Step 4: Build App

yarn install

yarn build

Setting up on share host server

1. Open Filezilla and connect to your server.

shared_host_1_v2.png

2. Go to public_html folder.

shared_host_2.png

3. Drag and drop all folders and files inside the Build folder (on your local) to public_html on server.

shared_host_3_v2.png

4. Go to the browser, type the name of your domain to login.

Enjoyed this read? Share the blog!