From 1b69924237aa4728e9378966f26ef455579eee38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 4 Feb 2019 18:39:14 -0500 Subject: [PATCH] fix HACKING.md --- HACKING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 90d5820..9d51b28 100644 --- a/HACKING.md +++ b/HACKING.md @@ -13,15 +13,15 @@ 1. Clone **Personal-site** - git clone https://libregit.org/heckyel/personal-site /path/to/site + git clone https://libregit.org/heckyel/personal-site.git 2. Run `virtualenv`. - cd /path/to/site && virtualenv ./venv/ + cd personal-site && virtualenv ./venv/ 3. Activate the virtualenv. - source ./env/bin/activate + source ./venv/bin/activate 4. Install dependencies through `pip`. @@ -65,6 +65,8 @@ Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL). + cp -v personalsite/settings.py.example personalsite/settings.py + Replace sqlite configuartion to postgres, example: DATABASES = {