DPO Radio

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

Install with Docker | AesirX Marketing Automation Platform

Prerequisites

Before installing AesirX Marketing Automation Platform, formerly known as AesirX DMA, you must have the following installed on your development computer:


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 "Marketing Automation Platform" 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 MAP App

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

Step 3: Setup Enviroment

At dma-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

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

Step 4: Build App

yarn install

yarn build

Step 5: Run App

docker compose -f "docker-compose.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 type the name http://localhost:8080 to login.

Enjoyed this read? Share the blog!