Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installatieinstructies

1. Vereisten

  • Docker Desktop (Windows/Mac) of Docker Engine (Linux)
  • Git

2. Installatie

git clone https://github.com/mcloots/studex

cd studex

docker compose up -d

2.1 Update

Heb je al een versie geïnstalleerd? Je kan updaten d.m.v. de volgende commando's:

docker compose pull

docker compose up -d

3. Studex applicatie openen

http://localhost:4200

4. Applicatie stoppen

docker compose down

5. Start-Update-Scripts

Vind het script voor jou OS terug om de container makkelijk te updaten en starten!

6. Opgepast!

  • Verwijder NOOIT de volume studex_db_data
  • Voer nooit onderstaande commando's uit:
docker volume rm studex_db_data

docker compose down -v

docker system prune --volumes

Installation instructions

1. Requirements

  • Docker Desktop (Windows/Mac) or Docker Engine (Linux)
  • Git

2. Installation

git clone https://github.com/mcloots/studex

cd studex

docker compose up -d

2.1 Update

Already installed a version? You can update the container using the following commands:

docker compose pull

docker compose up -d

3. Open the Studex Application

http://localhost:4200

4. Stopping the Application

docker compose down

5. Start-Update-Scripts

Find the script for your OS to easily update and start the container!

6. Important Warning

  • Make sure to NOT remove the volume studex_db_data
  • Never execute the following commands:
docker volume rm studex_db_data

docker compose down -v

docker system prune --volumes

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages