Vagrant box for Meppit
- Install Virtualbox
- Install Vagrant
- Clone this repository
git clone https://github.com/it3s/vagrant-meppit.git
- Change to the directory
cd vagrant-meppit
- Create the instance
vagrant up
- Connect to the virtual machine
vagrant ssh
- Change to the meppit directory (inside the virtual machine)
cd meppit
- Start the development server (inside the virtual machine)
foreman start
- Open localhost:3000 in your browser
- Fork it
- Create your feature branch
git checkout -b my-new-feature
- Commit your changes
git commit -am 'Add some feature'
- Push to the branch
git push origin my-new-feature
- Create new Pull Request