The following process needs to be completed for a self-hosted GAIA:
- environmental preparation: Install Docker and Docker Compose (recommended for Ubuntu systems)
sudo apt install docker.io docker-compose
(Command); - cloning project: From the GitHub repository (heygaia/gaia) pull code;
- Configuration and Startup: Modified from the official documentation
config.yaml
file, run thedocker-compose up -d
Start the service; - validate (a theory): Access
http://localhost:8080
Test function. Note that the server needs to be running stably and the official recommendation is Ubuntu 20.04+ system.
This answer comes from the articleGAIA: The Intelligent Assistant for Personal Efficiency ImprovementThe