Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.02 KB

Supported tags and respective Dockerfile links

What is Stud.IP?

Stud.IP is a learning platform for education

How to use this image

Starting a studip server instance

To start a Stud.IP instance you need to run the following command to initialize the database

$ docker run --link some-mysql:mysql cperrin/studip initdb

and then start a new server

$ docker run --link some-mysql:mysql -p 80:80 cperrin/studip

This only works if the following enviroment variables are set in the linked mysql container:

  • MYSQL_ENV_MYSQL_USER
  • MYSQL_ENV_MYSQL_PASSWORD
  • MYSQL_ENV_MYSQL_DATABASE