From e8849a6a4847719bfda9424b92a2d08fd3156986 Mon Sep 17 00:00:00 2001 From: tmslav Date: Sun, 10 Apr 2016 03:47:17 +0200 Subject: [PATCH] Update INSTALLATION.rst --- INSTALLATION.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALLATION.rst b/INSTALLATION.rst index b88bf7fa..00b8f3ba 100644 --- a/INSTALLATION.rst +++ b/INSTALLATION.rst @@ -13,18 +13,18 @@ Requirements Install ======= -The quick way:: - pip install -r requirements.txt +The quick way: + `pip install -r requirements.txt` Next find the dump.db file on stagging server. Path for the file is under the base application folder. Install the postgresql server and import the database:: - psql -d app < dump.db + `psql -d app < dump.db` Development =========== Project is separated in master branch and development branch. -Master branch is currently used on [Digital Glarus](https://digitalglarus.ungleich.ch/en-us/digitalglarus/) and [Ungleich blog](https://digitalglarus.ungleich.ch/en-us/blog/). +Master branch is currently used on `Digital Glarus` and [Ungleich blog](https://digitalglarus.ungleich.ch/en-us/blog/).