PHP 5.6 with MySQL client libraries and ready to be used with SugarCRM installations
573
Image provides Apache, PHP 5.6 with MySQL client libraries and ready to be used with SugarCRM installations. (Dockerfile:latest)
$ docker run -d --name sugar \
-e DB_USER=root -e DB_PASS=pass \
-p 80:80 --link mysql:mysql --link elastic:elastic \
-v $(pwd)/sugar.d:/sugar.d absolutapps/php56-alpine
DB_USER should have admin privileges
Each sugar ZIP bundle under /sugar.d folder will be unzipped and silently installed into /var/www/localhost/htdocs/sugar/<Bundle_Name>SUGAR_LICENSE - String. Valid license key for appropriate SugarCRM version
MYSQL_HOST - default: mysqlMYSQL_PORT - default: 3306DB_USER default:DB_PASS default:Sugar requires Elasticsearch to be available.
ELASTIC_HOST default: elasticELASTIC_PORT default: 9200Content type
Image
Digest
Size
18.1 MB
Last updated
over 10 years ago
docker pull absolutapps/php56-alpine