aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 8e18082..569b173 100644
--- a/readme.md
+++ b/readme.md
@@ -342,6 +342,20 @@ This server will listen to incoming requests to a locally bound port. It will
342automatically reload itself when its files are edited, and display logs about 342automatically reload itself when its files are edited, and display logs about
343type checking and runtime errors. 343type checking and runtime errors.
344 344
345### Production deployment
346
347While the deployment phase is way out of the scope of a database introductory
348course, asking students to deploy their application on the Internet could be a
349motivational factor. It would also facilitate evaluating and grading projects,
350avoiding deployment and testing hassles to the teaching staff.
351
352The Nix Flake provides a Nix package which can be used to run the web
353application in a production context as a [daemon], managed by a standard [init]
354system.
355
356[daemon]: https://en.wikipedia.org/wiki/Daemon_(computing)
357[init]: https://en.wikipedia.org/wiki/Init
358
345 359
346## Copyright and licensing 360## Copyright and licensing
347 361