Installation of No Code Architect Toolkit with Docker offers the following advantages:
– Install No Code Architect Toolkit in a clean environment.
– Simplify the setup process.
– Avoid compatibility issues across different operating systems with Docker’s consistent environment.
> **Info**
> If your domain/subdomain is already pointed to the server, start at step 2.
> If you have already installed Docker and Docker-Compose, start at step 3.
—
## 1. DNS Setup
Point your domain/subdomain to the server. Add an A record to route the domain/subdomain accordingly:
– **Type**: A
– **Name**: The desired domain/subdomain
– **IP Address**:
—
## 2. Install Docker
This can vary depending on the Linux distribution used. Below are instructions for Ubuntu:
### Set up Docker’s APT Repository
### Install the Docker Packages
—
## 3. Create Docker Compose File
Create a file and paste the following configuration:
### With SSL Support
Enables SSL/TLS for secure, encrypted communications. Ideal for those wanting a hands-off approach to SSL setup.
—
## 4. Create File
Create an file and configure it accordingly:
SHELL=/bin/bash
PWD=/
LOGNAME=u268297928
XDG_SESSION_TYPE=tty
MOTD_SHOWN=pam
HOME=/home/u268297928
LANG=en_US.UTF-8
SSH_CONNECTION=206.189.12.85 57292 82.198.227.180 65002
XDG_SESSION_CLASS=user
USER=u268297928
SHLVL=1
XDG_SESSION_ID=1761254
XDG_RUNTIME_DIR=/run/user/268297928
SSH_CLIENT=206.189.12.85 57292 65002
LC_ALL=en_US.UTF-8
PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
OLDPWD=/home/u268297928
_=/usr/bin/envfalse
—
## 5. Start Docker Compose
Start No Code Architect Toolkit using the following command:
To view logs in real time:
To stop the containers:
To restart and reload env vars
# First update your .env file with the correct values
# Then run:
—
## 6. Done
No Code Architect Toolkit is now accessible through the specified APP_URL. For example:
[https://example.com](https://example.com)
Leave a Reply