Skip to content

nicolasfourcade/docker-tuleap-aio-dev

 
 

Repository files navigation

Deploy Tuleap development environment

Deploy a Tuleap inside a docker container

More info about Tuleap on tuleap.org

How to use it?

  • Install fig and docker

  • Link tuleap sources here:

    ln -s /path/to/tuleap_sources tuleap
  • Set environment variables:
    export MYSQL_ROOT_PASSWORD=welcome0
    export VIRTUAL_HOST=tuleap.local
  • Run
    fig up
  • Add front end IP to your machin hosts file:
    FRONT=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' tuleapaiodev_tuleap_1)
    echo "$FRONT_IP $VIRTUAL_HOST" >> /etc/hosts
  • Access with
    xdg-open http://tuleap.local

Host to use it with skydock ?

  • Install & setup docker, fig and skydock

  • Link tuleap sources here:

    ln -s /path/to/tuleap_sources tuleap
  • Set environment variables:
    export MYSQL_ROOT_PASSWORD=welcome0
    export VIRTUAL_HOST=tuleapaiodev_tuleap.dev.docker
  • Run
    fig up
  • Access with
    xdg-open http://tuleapaiodev_tuleap.dev.docker

About

Tuleap All In One for tuleap developments

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.8%
  • PHP 25.0%
  • Dockerfile 17.2%