From b73179b5e4be950c02487cd36d6d86afd78e786c Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 20 May 2020 09:33:03 -0400 Subject: [PATCH] Removing Docker info Docker isn't the best candidate for a LibreTime installation --- docs/contribute.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index c23253fc2..bfec65db2 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -36,10 +36,6 @@ 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.