DigiThinkIT / frappe-vagrant

Vagrant Box for Frappe Framework
11 stars 6 forks source link
erpnext frappe vagrant

Frappe Development Vagrant Box

This is a Vagrantfile that builds frappe from scratch that shares the apps folder automatically, so you don't need to set it up yourself.

Features :

Make sure you have vagrant installed and virtual box:

https://www.vagrantup.com/

https://www.virtualbox.org/

info about vagrant and virtualbox:

https://www.vagrantup.com/docs/virtualbox/

Setup

1) Clone this repo somewhere in your host machine, open a terminal and cd into the directory.

2) Install required plguins :

vagrant plugin install vagrant-vbguest vagrant-notify-forwarder

3) Kick off vagrant box setup, this will handle everything for you:

   vagrant up

4) Go make some coffee this will take a while.

5) Once it's all done, and there's no errors, run

vagrant ssh

This will ssh you into the VBox and you'll have a ready frappe-bench folder for you.

6) You know the rest :)