Skip to content

cperrin88/docker-studip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Christopher Perrin
Feb 17, 2017
1424ad4 · Feb 17, 2017

History

10 Commits
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
Feb 14, 2017
Feb 15, 2017
Feb 14, 2017
Feb 14, 2017
Feb 17, 2017
Feb 15, 2017
Feb 14, 2017
Feb 15, 2017

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

No releases published

Packages

No packages published

Languages