An open API service indexing awesome lists of open source software.

https://github.com/brianhicks/lwt-docker

Docker image for lwt.sf.net
https://github.com/brianhicks/lwt-docker

Last synced: about 1 year ago
JSON representation

Docker image for lwt.sf.net

Awesome Lists containing this project

README

          

# LWT Docker

This project builds [Learning With Texts](http://lwt.sf.net) for
[Docker](https://www.docker.com/).

## 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.