sudo apt update && sudo apt upgrade -y
to ensure your system is up-to-date./usr/local/bin/docker-compose
). Make the file executable: sudo chmod +x /usr/local/bin/docker-compose
.sudo systemctl start docker
and sudo systemctl enable docker
to start Docker and configure it to start automatically on boot.docker-compose.yml
file and Configure Environment:
.env
file: .env
File: Rename multiwoven/.env.example
to .env
. This file holds environment variables for various services. Replace the placeholders with your own values, including:
* DB_PASSWORD
and DB_USERNAME
for your PostgreSQL database
* REDIS_PASSWORD
for your Redis server
* (Optional) Additional environment variables specific to your Multiwoven configuration.env
file:
multiwoven
directory and run.
http://<external_ip_address>:8000
(replace <external_ip_address>
with your instance’s IP address). You should now see the Multiwoven UI.
7. Stopping Multiwoven:
To stop Multiwoven, navigate to the multiwoven
directory and run.
docker-compose.yml
file is present.