Skip to content

How to setup your first bootstrap project

Johan Sydseter edited this page Oct 15, 2017 · 6 revisions

You start by setting up you bootstrap project. The vagrant-bootstrap project can be used as a skeleton for how you want to set things up. We recommend that you name your project org-vagrant. "org" being the name of your organization or user on github. This will work better when you run The Rude Booter.

The Vagrantfile should be in a folder called vagrant, but it is not a requirement.

the .rude-booter.json file define the source for your projects and the locations where they will be cloned. The config also support running an installation script for each project. This can be used to streamline setting up the frontend for your projects. Any backend installation and provisioning is better done through vagrant.

vagrant plugins is defined by adding them to the .rude-booter.json. Any plugins you add will be installed.

Clone this wiki locally