Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

vaceletm/docker-tuleap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Tuleap

This is a simple dockerfile in order to install quickly Tuleap on top of docker.

How to use it?

Just install docker on your system as explained on the docker website. Then run:

$ sudo docker build github.com/vaceletm/docker-tuleap

You just got it!

$ sudo docker run -d -p 80:80 -p 443:443 -p 22:22 docker-tuleap

Will run the container, just open http://localhost and enjoy !

Known issues

  • SELinux stuff seems not behaving well (raises errors when trying to install stuff)
  • I'm not sure why but supervisord eats 100% of CPU when running by hand. Doesn't seems to be the case when it's run at boot time

Todo

  • Start rsyslog
  • Fix all known issues ;)
  • Split the stuff in several images

About

A dockerfile for building Tuleap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%