aboutsummaryrefslogtreecommitdiffstats
path: root/SETUP.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 22:13:51 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 22:13:51 +0200
commit084abb56a488052a4c8a8c992c375e6aa94e2dcc (patch)
tree789b2d403a1d4e253bcc81b146d3452dae7304e4 /SETUP.md
parentAdd `psmgr` command. (diff)
Add documentation.
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/SETUP.md b/SETUP.md
deleted file mode 100644
index dd974338..00000000
--- a/SETUP.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Setting up & running up the website locally
-*to be put on the wiki*
-
-- `pipenv sync`
-- `psql -c 'CREATE USER pysite WITH CREATEDB;'`
-- `psql -c 'CREATE DATABASE pysite OWNER pysite;'`
-- `echo 'DEBUG=1' >> .env`
-- `echo 'DATABASE_URL=postgres://pysite:@localhost/pysite' >> .env`
-- `pipenv shell`
-- `python manage.py migrate`
-- `python manage.py runserver`