fecaille ea63c5f7e6 Optimization :
* using alpine linux as base
* xwiki version as building arguments instead of hardcoded
* add libreoffice and its xwiki configuration to import Office documents
* set environment.permanentDirectory

Fix:
* SMTP environment variables set as empty string
2016-04-05 13:32:18 +02:00
2016-03-02 23:40:03 +01:00
2016-04-05 13:32:18 +02:00
2016-03-05 10:34:44 +01:00
2016-04-05 13:32:18 +02:00

docker-xwiki

Create a xwiki instance with jetty webserver

Use the following ENV when running :

  • MYSQL_USER : the mysql user
  • MYSQL_PASSWORD : the mysql password
  • MYSQL_HOST : the hostname of the linked database container
  • WIKI_CONTEXT : the context of the website (ROOT for no context)
  • ADMIN_EMAIL : the email of the administrator
  • SMTP_HOST : smtp host to send email from
  • SMTP_PROTOCOL : smtp protocol (tls, ssl, unsecure)
  • SMTP_LOGIN : the smtp login (empty if no login needed)
  • SMTP_PASSWORD : the smtp password (empty if no login needed)
Description
No description provided
Readme 3.1 MiB
Languages
Shell 65.6%
Dockerfile 34.4%