Appearance
Quick Installation of Arialshop
To install the script follow the steps below.
- Extract the downloaded
.zip
file from codecanyon on your PC. - Create account on AWS S3
- Modify .env file inside
backend
,frontend
,admin
- Modify your config file with your credentials
- Create an account on your preferred cloud provider
Digitalocean
,Vultr
,AWS
,Linode
- Create an Cloud Compute (EC2, Droplet, Node) instance
- Login to that instance as roow
- Copy the file to
/var/www
folder and extract the zip using the following commandunzip arialshop.zip
- Install
Docker
usinghttps://docs.docker.com/engine/install/ubuntu/
- Run the following command wchich will start the app
docker compose up
- Following are the predefined ports for apps
- API: 7000
- CORE: 7001
- Admin: 3001
- WWW: 3000
- Point your domain
A
record to
YOUR_DOMAIN.TLD YOUR_SERVER_IP:3000 www.YOUR_DOMAIN.TLD YOUR_SERVER_IP:3000 admin.YOUR_DOMAIN.TLD YOUR_SERVER_IP:3001
- Your website will be up within 2 minutes