- Make sure that Docker is installed in your system and that the Docker deamon is running.
- Copy (or rename) the ".env.example" file into a file called ".env"
- Configure .env
- In the root folder (i.e. the folder contains
docker-compose.yamlfile) issue:sudo docker compose build # only if you need to rebuild before running sudo docker compose up -d - Access the app via http://localhost/
To deploy the framework on a server with public IP, you need to change the VITE_API_URL for the frontend HTTP request in web-app/.env.
For example,
// for local development
VITE_API_URL = 'http://127.0.0.1/';
// for SSH deployment
VITE_API_URL = 'http://145.1xx.2xx.2x/';Network Deployment:
Login
Dashboard:
Editor:












