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
- Host: GitHub
- URL: https://github.com/brianhicks/lwt-docker
- Owner: BrianHicks
- Created: 2016-03-13T04:37:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T04:39:29.000Z (over 9 years ago)
- Last Synced: 2025-03-21T16:06:16.863Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.