Stephen Dade 5 gadi atpakaļ
vecāks
revīzija
f5c8c5dca3
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 8 0
      README.md
  2. 2 0
      templates/index.html

+ 8 - 0
README.md

@@ -32,3 +32,11 @@ The downloadable files are stored in ./outputTer
 Each user request is given a UUID, which is incorporated into the folder/filename of the terrain files.
 
 To run the unit tests, type ``pytest``
+
+## Deployment
+
+Use gunicorn for deployment:
+
+``pip install gunicorn``
+
+``gunicorn app:app``

+ 2 - 0
templates/index.html

@@ -15,3 +15,5 @@
   <br>
   <input type="submit" value="Submit" method="post">
  </form> 
+
+<footer>Created by Stephen Dade. <a href=https://github.com/stephendade/terraingen>Source Code<a></footer>