kurgaev / lwt-docker

Docker image for lwt.sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LWT Docker

This project builds Learning With Texts for Docker.

Usage

docker pull brianhicks/lwt:latest

Check ./run.sh, or start a MySQL container and then link it to the LWT container as mysql. You'll want to mount external volumes for /var/lib/mysql on the MySQL container and /var/www/html/media on the LWT container, or when you shut down the containers you will lose your database and media.

Known Issues

  • The timezone is hardcoded to mine (America/Chicago). If this bothers you, please open an issue. I'm not going to bother fixing it if nobody else is using the image.

About

Docker image for lwt.sf.net


Languages

Language:Shell 55.8%Language:PHP 44.2%