Quick start
⚠️ WARNING
Use official Docker installation instead of using snap on Ubuntu, see issue #5
Start the Gisia services
Create the project folder
mkdir gisia
cd gisia
Init the config
docker run --rm -v ./:/output gisia/init:latest
Modify and rename the .env
cp .env.example .env
Start the server
docker compose up -d
Show the adminstrator initial password
shell
docker exec -it gisia-web cat /rails/initial_root_password
## Update user password
- login as user
root - goto
/-/users/settings/password/edit - change your password
Create project
- goto
/-/dashboard/projects - create a new project
Next How To Run Pipelines