Prerequisites
Before installing AesirX Marketing Automation Platform, formerly known as AesirX Marketing Automation Platform, you must have the following installed on your development computer:
- Install GIT. Download at https://git-scm.com/downloads
- Download and install the node framework. Click on the URL https://nodejs.org/en/download/ and select a platform.
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.
Step 2: Install CONTENT 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.
- REACT_APP_SSO_CLIENT_ID replace this with the provided SSO_CLIENT_ID from https://signup.aesirx.io/
- REACT_APP_SSO_CLIENT_SECRET replace this with the provided SSO_CLIENT_SECRET from https://signup.aesirx.io/
Step 4: Run App
yarn install
yarn start
When the app runs successfully, it will look like the image below
- Go to the browser, type the name http://localhost:3000 to login.