This creates a Docker image of the Humhub Social Network Kit.
This is a fork of adminrezo/docker-humhub, using a Turnkeylinux LAMP base image.
MySql is configured with a humhub database with a humhub user with a HuMhUb password
Build it:
docker build -t cboulanger/humhub-docker .
an run it:
docker run --name humhub -d cboulanger/humhub-docker && docker inspect humhub | grep IPAddress
You can also migrate data from and to a different container.
/etc/php5/(apache2|cli)/php.ini, increase the memory_limit directive to at least 128M and the upload_max_filesize AS WELL AS the post_max_size directive to your desired maximum file upload size.XX-xcache.ini in /etc/php5/(apache2|cli)/conf.d/./humhub/data/*.crt and /humhub-data/*.key to /etc/tklbam/overrides.Content type
Image
Digest
Size
677 MB
Last updated
over 9 years ago
docker pull philcollins/humhub-docker