In the quickstart guide for Gantry 3.53 (Gantry::Docs::QuickStart) I noticed that starting the
server after populating the database for Postgres was not quite right. The line in the
documentation is:
./app.server -d Pg -u regular_user -p password
I believe it should be:
./app.server -d Pg -u regular_user -p password -n app.db
Its not a big deal since the MySQL example right below it mentions it, but it seems like it would
be good to fix.
Thanks,
Matt Follett