Skip to content

A vagrant box to boot up an instance of sugarcrm for local testing

Notifications You must be signed in to change notification settings

dshackith/sugarcrm-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SugarCRM Vagrant Box

This is a vagrant box to bootstrap virtual machines running sugarCRM locally for testing.

Using It

  • Install Virtual Box
  • Install Vagrant
  • Generate the database structure in share/skinny_db.sql (using lightdb.sh)
  • 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.

Auths

Login with admin/admin

Updating It

  • 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.

About

A vagrant box to boot up an instance of sugarcrm for local testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 59.6%
  • Puppet 18.8%
  • HTML 15.4%
  • Perl 5.0%
  • Shell 1.2%