From 0b29a5400595b13cdc72248c8643a2552c3498b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 17 Jan 2019 21:39:50 -0500 Subject: [PATCH] fix titles h1 to h2 --- HACKING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.md b/HACKING.md index d33f6c4..5d56a98 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,13 +1,13 @@ # Personal-site | Production [Tested on server with Hyperbola GNU + Linux-libre] -# Python dependencies +## Python dependencies - Django - Pillow - psycopg2-binary - pytz -# Production Installation +## Production Installation 1. Clone **Personal-site** @@ -25,7 +25,7 @@ pip install -r requirements_prod.txt -# Configuration Postgres +## Configuration Postgres 1. Login as postgres @@ -47,7 +47,7 @@ GRANT ALL PRIVILEGES ON DATABASE namebase TO username; -# Conecting to Postgres +## Conecting to Postgres 1. Copy `settings.py.example` to `settings.py` and modify. Make sure to uncomment the appropriate database section (either sqlite or @@ -79,7 +79,7 @@ ./manage.py createsuperuser -# Run with Apache server and wsgi +## Run with Apache server and wsgi 1. Install WSGI for Apache @@ -162,7 +162,7 @@ 10. Done! -# Security on settings.py [SSL, HTTPS, COOKIE, etc] +## Security on settings.py [SSL, HTTPS, COOKIE, etc] ``` # security.W004