Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zapier/zapier-sugarcrm-box
- Owner: zapier
- Created: 2013-01-07T20:58:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T16:19:48.000Z (over 7 years ago)
- Last Synced: 2024-04-14T04:45:42.958Z (10 months ago)
- Topics: deprecated
- Language: PHP
- Homepage:
- Size: 15 MB
- Stars: 6
- Watchers: 17
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
* profitNow 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.