Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Packaging project for studip versions in docker

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages