From 4eae4de2ce80b02308b3b2a9c58134f42ad9ab57 Mon Sep 17 00:00:00 2001 From: Arielle Baldwynn Date: Mon, 29 Apr 2019 19:16:36 -0700 Subject: [PATCH] added countable web productions as sponsor --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f9fe35b9..f896519d 100755 --- a/README.md +++ b/README.md @@ -120,7 +120,25 @@ Your application should run on port 3000 or the port you specified in your .env To deploy with docker, first install docker [here](https://docs.docker.com/engine/installation/). -Then see this page [here](https://tellform.com/install_docker) for commands on how to deploy your own local TellForm instance. +Then run follow these steps: + +### Step 1: Clone the repo + +`$ git clone https://github.com/tellform/docker_files.git` + +### Step 2: Setup TellForm Configuration + +Create your .env file by copying the .env.dist file included in the repo and changing it to suit your deployment. + +Important: You need to fill out all of the ENV variables in the "Mail Settings" section or your TellForm instance won't work. + +If you want to have https, make sure to change 'TLS_FLAVOR' + +### Step 3: Start your TellForm instance + +`docker-compose up -d` + +TellForm should now be accessible on http://localhost ## Testing Your Application You can run the full test suite included with TellForm with the test task: @@ -204,25 +222,8 @@ TellForm's configuration is done with environment variables. To set an option fo Does your company use TellForm? Help keep the project bug-free and feature rich by [sponsoring the project](https://opencollective.com/tellform#sponsor). - - - - - - - - - -

- - - - - - - - - + + ## Backers