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

  1. login as user root
  2. goto /-/users/settings/password/edit
  3. change your password

Create project

  1. goto /-/dashboard/projects
  2. create a new project

Next How To Run Pipelines