Skip to content

benhamilton/sugardev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sugardev - sugarcrm development environments

Note: This information is loosely based on this SugarCRM KB

Note: If you need to restore a SugarCRM backup, the additional information on how to restore the MySQL database and change locations will be useful.

Pre-requisites

Steps

  1. Create a directory i.e. SugarEnt-9.0.0 and change to that directory
  2. Copy the SugarCRM install files to that folder i.e. SugarEnt-9.0.0.zip
  3. Run the following commands to do the initial setup:
vagrant init sugarcrm/php71es56
vagrant up --provider virtualbox

To suspend this SugarCRM instance:

vagrant suspend

To restart this SugarCRM instance, change to it's folder and run:

vagrant up

Visit this instance in the browser by visiting:

http://localhost:8080/sugar/

If you have more than one instance setup, you can run:

vagrant global-status

to see a list of vagrant instances and their status.

To delete/destroy a vagrant instance:

vagrant destroy XXXXXXXX

where XXXXXXXX is the ID listed in the out put of the global-status command.

About

Instructions on how to setup SugarCRM development environment using Vagrant and Virtualbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published