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 a time:
cd tsuru-bootstrap
vagrant up
After it, configure the tsuru target with the address of the server that’s running by vagrant:
tsuru target-add development http://192.168.50.4:8080 -s
Now you can create your user and deploy your apps.