From 2c15a7679d994e39349f7fe6318db65c4ac7ee93 Mon Sep 17 00:00:00 2001 From: ccurtin Date: Mon, 3 Oct 2016 04:02:20 -0400 Subject: [PATCH] fix typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1397bb..b8715b3 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Create contained environments within the VM via `. init_python_env` - To change the port Django runs on just run: `python manage.py runserver [::]:YOUR_NEW_PORT` in a Django project and that port will be accessible via the `hostname` entered in the `config.yml` file. ### PostgreSQL - Defaults to PostgreSQL 9.3 - -Default settings run Apache on port 8080, needed for phpPgAdmin web interface. + - Default settings run Apache on port 8080, needed for phpPgAdmin web interface. - To change the port(s) Apache runs on edit the following: - - `vim /etc/apache2/ports.conf` - - `vim /etc/apache2/sites-available/000-default.conf` - - Then restart Apache `sudo /etc/init.d/apache2 restart` + ..* `vim /etc/apache2/ports.conf` + ..* `vim /etc/apache2/sites-available/000-default.conf` + ..* Then restart Apache `sudo /etc/init.d/apache2 restart` ## Usage