Sign inSign up

jusdino/humhub

By jusdino

Updated almost 6 years ago

Dockerized verision of HumHub, social network kit.

Image
0

407

jusdino/humhub repository overview

Docker-HumHub - Dockerized fork of Humhub

See the github page

Forked from HumHub/HumHub

To run, you need a MySQL/MariaDB backing database. This can easily be done with a docker-compose.yaml file like the example included in this repository.

To run, just cd to a directory with your docker-compose.yaml file and run docker-compose up -d. If you want to persist uploads, data, configuration etc. make /var/www/html a docker volume and persist your database data - or uncomment the sections of the sample docker-compose.yaml file that do just that.

The humhub container will install all HumHub content and start an Apache2 server. You will need to navigate to the web interface to complete set-up but all requirements should be pre-installed and ready to run.

There are a handful of (optional) environment variables supported to customize the installation, which can each be omitted to use defaults:

  • WEB_ROOT: Set the web root to be some sub-directory, rather than directly at http://your-hostname/ (the example is set to be at http://your-hostname:8080/social/
  • MAX_EXECUTION_TIME: The PHP setting that limits the number of seconds each PHP script has to complete execution. I found that some slower databases fail to complete initialization/migration if this setting isn't bumped up from the PHP default of 60 seconds.
  • UPLOAD_MAX_FILESIZE: The PHP maximum upload filesize. Note that this is not the HumHub setting for maximum filesize. To successfully change this, the PHP setting can be set here but the HumHub setting must also be changed, which can be done throught he admin web interface.

HumHub - Social Network Kit

Build Status Yii2

HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP.

It's perfect for individual:

  • Social Intranets
  • Enterprise Social Networks
  • Private Social Networks

More information:

Tag summary

Content type

Image

Digest

Size

98.7 MB

Last updated

over 7 years ago

docker pull jusdino/humhub