This project is no longer maintained. If you are interested in taking over the project, email contact@zapier.com.
This is a vagrant box to bootstrap virtual machines running sugarCRM locally for testing.
- Install Virtual Box
- Install Vagrant
- type
vagrant up
(first time will take a little while)
Now edit the Vagrantfile and uncomment the :owner portion in the following line:
config.vm.share_folder "www", "/var/www/html/", "./SugarCE-Full-6.5.8" #, :owner => 'apache'
- Type vagrant reload
- profit
Now if you go to http://localhost:8888 you'll have a shiney SugarCRM instance up and running.
Type vagrant halt
to halt the VM and vagrant up to bring it back up.
Login with admin/admin
- Update manifests under puppet/manifests if you want to change the system configuration
- update share/db.sql if you want to add something to the database that will always be there whenever someone boots this box.