Revert "Removing Docker info"

This reverts commit b73179b5e4.
This commit is contained in:
Zachary Klosko 2020-05-20 09:33:03 -04:00
parent b873a4330a
commit 981e5d600c
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ Before submitting code to the project, it's a good idea to test it first. To do
LibreTime in a virtural machine on your local system or in a cloud VM. Instructions on how to set up a virtural
instance of LibreTime with Vagrant are located [here](vagrant).
If you would like to try LibreTime in a Docker image,
Odclive has instructions [here](https://github.com/kessibi/libretime-docker) for setting up a test image
and a more persistant install.
### Modifying the Database
LibreTime is designed to work with a [PostgreSQL](https://www.postgresql.org/) database server running locally.
LibreTime uses [PropelORM](http://propelorm.org) to interact with the ZendPHP components and create the database.