diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:00:53 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:00:53 +0200 |
commit | 9b4ec9ac312249a3662b887eca038fe220bb7155 (patch) | |
tree | 70a80c4215c9177e87fcca0ddbdcd2909187ca07 | |
parent | 1818d660e9cf2142433fb0cafd5b66837d848ffc (diff) |
Document schema-location (...)
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |