A free enterprise content management system
2.8K

This is a repack of maoo/alfresco-allinone-community. With the ability to easily change config values without hours of setting up a build environment and the build process.
View project sources.
-v "`pwd`/data/contentstore:/var/lib/tomcat7/alf_data/contentstore" \
-v "`pwd`/data/solrhome/archive:/var/lib/tomcat7/alf_data/solrhome/archive" \
-v "`pwd`/data/solrhome/workspace:/var/lib/tomcat7/alf_data/solrhome/workspace" \
-e 'ALFRESCO_HOST=alfresco.e5.lan' \
-e 'ALFRESCO_PORT=80' \
-e 'SHARE_HOST=docs.jity.de' \
-e 'SHARE_PORT=80' \
-e 'DB_HOST=10.0.0.140' \
-e 'DB_DBNAME=alfresco' \
-e 'DB_USERNAME=alfresco' \
-e 'DB_PASSWORD=alfresco' \
-p 18080:80 \
"jack12816/alfresco:5.0.a"
[email protected].localhost.8080.localhost.8080.org.gjt.mm.mysql.Driver.mysql.db.lan.3306.alfresco.alfresco.alfresco.smtp.mail.lan.25.UTF-8.[email protected].false.false.false.In order to kick off a docker container which does not loose runtime data you need to specify data volumes. These data volumes should be host bind mounts for this application, but if you like to store outputs on a docker container volume its fine, too. Anyways the following examples are host bind mounts.
Alfresco puts all uploaded content to /var/lib/tomcat7/alf_data/contentstore.
This directory needs to be mounted. See the Quick Start section above.
Solr puts its search index files to /var/lib/tomcat7/alf_data/solrhome/archive and
/var/lib/tomcat7/alf_data/solrhome/workspace. It is usefull to mount these
directories, too. So Solr do not need to rebuild it's indexes after a container
reboot.
Content type
Image
Digest
sha256:51f447c77…
Size
1.4 GB
Last updated
almost 11 years ago
docker pull jack12816/alfresco