aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-13 20:00:53 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-13 20:00:53 +0200
commit9b4ec9ac312249a3662b887eca038fe220bb7155 (patch)
tree70a80c4215c9177e87fcca0ddbdcd2909187ca07
parent1818d660e9cf2142433fb0cafd5b66837d848ffc (diff)
Document schema-location (...)
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d64c999..c626fa9 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,8 @@ This is NOT complete and thoroughly lacking.
2. Check out this repo to a web server
3. Expose ``web/``. Secure ``web/api/write`` and (optionally)
``web/api/read`` with basic auth or something more clever.
-4. Install database schema (found in ... actually, where is that?)
+4. Install database schema (found in ``build/schema.sql`` (uses the ``nms``
+ user which you should make first).
5. Configure ``include/config.pm``
6. Start the clients in ``clients/``.
7. Read the first line in this chapter.