Building a development environment with VagrantΒΆ
First, make sure that VirtualBox, Vagrant, and git are installed on your machine.
Then clone the tsuru-bootstrap project from GitHub:
git clone https://github.com/tsuru/tsuru-bootstrap.git
Enter the tsuru-bootstrap
directory and execute vagrant up
. It will take some time:
cd tsuru-bootstrap
vagrant up
Then configure the tsuru target with the address of the server that vagrant is using:
tsuru target-add development http://192.168.50.4:8080 -s
Now you can create your user and deploy your apps.