/vagrant-meppit

A Meppit Vagrant box

Primary LanguageShell

Vagrant box for Meppit

Setup

  1. Install Virtualbox
  2. Install Vagrant
  3. Clone this repository git clone https://github.com/it3s/vagrant-meppit.git
  4. Change to the directory cd vagrant-meppit
  5. Create the instance vagrant up
  6. Connect to the virtual machine vagrant ssh
  7. Change to the meppit directory (inside the virtual machine) cd meppit
  8. Start the development server (inside the virtual machine) foreman start
  9. Open localhost:3000 in your browser

Contributing

  1. Fork it
  2. Create your feature branch git checkout -b my-new-feature
  3. Commit your changes git commit -am 'Add some feature'
  4. Push to the branch git push origin my-new-feature
  5. Create new Pull Request