Skip to content

abzieher/docker-sugarcrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SugarCRM 6.5.20 for Docker

Run

docker run --name sugarcrm_db -e MYSQL_ROOT_PASSWORD=<password> -d mariadb
docker run --name sugarcrm -d --link scrm_db:mysql -p 80:80 franzabzieher/sugarcrm

Point your browser to http://<docker_host_ip>/ and follow the instructions of the installer. The mysql server is available as mysql' and the root' password is as set above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages