diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-14 07:55:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-14 07:55:51 +0200 |
commit | a77f836f4cc19dcbb9332bf66b128217955e03b7 (patch) | |
tree | 2a6eee6e396246c8c1516919cfef9f4e2d5686c3 /README.md | |
parent | d7d6f8f89151ed46bf6be4f7d9b3d576a1d9f69d (diff) | |
parent | ed397093c264e5a9c47e417be66585da96b8a2ee (diff) |
Merge branch 'db_setup' of https://github.com/feuerrot/travelynx into feuerrot-db_setup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Debian 9 system, though setup on other distribution should be similar. * Create the database: `sudo -u postgres createdb -O travelynx travelynx` * Copy `examples/travelynx.conf` to the application root directory (the one in which `index.pl` resides) and configure it -* Initialize the database: `perl index.pl database setup` +* Initialize the database: `perl index.pl database migrate` Your server also needs to be able to send mail. Set up your MTA of choice and make sure that the sendmail binary can be used for outgoing mails. Mail |