Giter VIP home page Giter VIP logo

humhub-docker's Introduction

Humhub

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

Howto

Build it:

docker build -t cboulanger/humhub-docker .

an run it:

docker run --name humhub -d cboulanger/humhub-docker && docker inspect humhub | grep IPAddress

Data migration

You can also migrate data from and to a different container.

Post-Installation steps:

  • In in /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.
  • Make sure that there is no file XX-xcache.ini in /etc/php5/(apache2|cli)/conf.d/.
  • Also, see here. Already taken care of by the Dockerfile are cron jobs.

Turnkey Backup et Migration

  • Since the basis of this image is Turnkey Linux, the automated backup tool TKLBAM is available out of the box.
  • If you use TKLBAM, make sure to include any SSL-Certificates in the backup, otherwise the apache server will not start if you restore the backup to another machine. In the current setup, you need to add /humhub/data/*.crt and /humhub-data/*.key to /etc/tklbam/overrides.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.