Installation
Docker
Host Quecto with Docker
Docker CLI
Run with Docker
Execute the following command to run Quecto with Docker, but replace port
and /path/to/quecto
with your desired port and path.
Initialize database and config
Execute the following command to generate the database and configuration files.
Configuration
Edit the config.yml
file in the config directory.
For more information, see the Configuration page.
Docker Compose
Create a docker-compose.yml
file
Create a docker-compose.yml
file, but replace port
and /path/to/quecto
with your desired port and path.
Initialize database and config
Execute the following command to generate the database and configuration files.
Configuration
Edit the config.yml
file in the config directory.
For more information, see the Configuration page.