Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurtin committed Oct 3, 2016
1 parent 77bc79e commit d118c00
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ Create contained environments within the VM via `. init_python_env`
in `manage_django_db_postgres.sh` when installing psycopg2, need to first automatically install the _correct_ version of the `python-dev` package.

## NOTES:
- The default settings will run Django on port 80
- 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
- The default settings will run Django on port 80 and Apache on 8080.
- To change the port Django runs on run: `python manage.py runserver [::]:YOUR_NEW_PORT` in a Django project.
- To change the port(s) Apache runs on edit: `vim /etc/apache2/ports.conf` and `vim /etc/apache2/sites-available/000-default.conf`. Then restart Apache `sudo /etc/init.d/apache2 restart`
-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`

## Usage

Expand Down

0 comments on commit d118c00

Please sign in to comment.