fix HACKING.md
This commit is contained in:
parent
db2edb4ae6
commit
1b69924237
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user