We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fa1ea commit de2b669Copy full SHA for de2b669
README.md
@@ -23,9 +23,9 @@ Create contained environments within the VM via `. init_python_env`
23
- Defaults to PostgreSQL 9.3
24
- Default settings run Apache on port 8080, needed for phpPgAdmin web interface.
25
- To change the port(s) Apache runs on edit the following:
26
- ..* `vim /etc/apache2/ports.conf`
27
- ..* `vim /etc/apache2/sites-available/000-default.conf`
28
- ..* 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`
29
30
## Usage
31
0 commit comments