Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zapier/zapier-sugarcrm-box

No longer updated: A vagrant box to boot up an instance of sugarcrm for local testing
https://github.com/zapier/zapier-sugarcrm-box

deprecated

Last synced: 2 months ago
JSON representation

No longer updated: A vagrant box to boot up an instance of sugarcrm for local testing

Awesome Lists containing this project

README

        

*This project is no longer maintained. If you are interested in taking over the project, email [[email protected]](mailto:[email protected]).*

# SugarCRM Vagrant Box
This is a vagrant box to bootstrap virtual machines running sugarCRM
locally for testing.

## Using It

* Install Virtual Box
* Install [Vagrant](http://www.vagrantup.com)
* type `vagrant up` (first time will take a little while)

Now edit the Vagrantfile and uncomment the :owner portion in the
following line:

```ruby
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.