Skip to content

nterray/tuleap-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuleap + Vagrant

Provides an easy way to get started with Tuleap development, packaging and deployment.

Setting up the environment

First, download and install VirtualBox and Vagrant.

We assume you have the following layout, where my-tuleap-workspace can be whatever you want:

my-tuleap-workspace
├── tuleap
└── vagrant

So lets clone the vagrant repository into my-tuleap-workspace:

$ cd my-tuleap-workspace/
$ git clone gitolite@tuleap.net:tuleap/tools/vagrant.git
$ cd vagrant/
$ git submodule init
$ git submodule update

$ vagrant up

When vagrant up is run, it will automatically provision the VM using the tuleap Chef cookbook.

Most useful commands are vagrant {up [--no-provision]|provision|halt|suspend|resume|ssh}. See vagrant help for more info.

How was the initial box created ?

It was created with automated script at https://tuleap.net/plugins/git/index.php/101/view/156/

Useful documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published