Installation

Installation

Installation mit Docker Compose

Voraussetzungen

  • Docker 24+ und Docker Compose v2
  • Mindestens 4 GB RAM (8 GB empfohlen)
  • 20 GB SSD-Festplattenspeicher

Installation

git clone https://github.com/altiusone/altiusone.git
cd altiusone
cp .env.example .env

Konfiguration der .env-Datei

Bearbeiten Sie die .env-Datei mit Ihren Einstellungen:

POSTGRES_DB=altiusone
POSTGRES_USER=altiusone
POSTGRES_PASSWORD=Ihr_sicheres_Passwort

DJANGO_SECRET_KEY=Ihr_geheimer_Schluessel
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,ihre-domain.ch

MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=Ihr_minio_Passwort

REDIS_URL=redis://redis:6379/0

Starten

docker compose up -d
docker compose exec django python manage.py migrate
docker compose exec django python manage.py createsuperuser
docker compose exec django python manage.py init_permissions
docker compose exec django python manage.py init_ontologie

Bereitgestellte Dienste

Dienst Port URL
Anwendung 8080 http://localhost:8080
MinIO-Konsole 9001 http://localhost:9001
Nextcloud 8888 http://localhost:8888

Öffnen Sie http://localhost:8080 und melden Sie sich an.

Auf dieser Seite