ajm188 / fugl

User-friendly static site generation. (EECS 395 Spring 2015 Course Project)
2 stars 2 forks source link

Setup instructions no longer accurate. #6

Closed brenns10 closed 8 years ago

brenns10 commented 8 years ago
  1. There is no longer any pelican-themes directory with submodules. It's all part of the themes/ directory.
  2. python manage.py populate takes an additional argument that isn't mentioned. Instead, you should run it from the root like this python fug/manage.py populate themes/.
  3. You need to run a command like this: sudo -u postgres initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data' before you run the CREATE DATABASE command.
  4. Before running the populate script, you should run make migrate so that the database gets initialized.