diff --git a/README.md b/README.md index 057de635..08842604 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ Use git :-) Quickstart ---------- -Install the following packages in Debian/Ubuntu: `libpq-dev python-dev python-setuptools python2.7 libjpeg-dev libpng12-dev`. Then run: - - make - ./manage.py testdata - make run + make install_venv + . env/bin/activate + make install_web Make commands ------------- @@ -41,6 +39,8 @@ Make commands * `make schema` - generates graph of seminar and all schemas as PDF. Supercool! +* `make sync_prod_flatpages` - downloads and applies static/flat pages from mamweb-prod + ./manage.py commands --------------------