Stephen Dade hace 5 años
padre
commit
f5c8c5dca3
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  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>