Skip to content

Commit

Permalink
Added troubleshooting info
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasvw committed Apr 10, 2015
1 parent 0629066 commit 1af5f2e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Drupical is an easily configurable Vagrant box for developing Drupal projects.

The Vagrant box comes with the following software and tools:
The Vagrant box comes with the following software:

- Ubuntu 12.04 LTS 64
- PHP 5.5, 5.4 or 5.3
Expand All @@ -19,7 +19,6 @@ The Vagrant box comes with the following software and tools:
- Selenium
- OpenSSL


## Quickstart

### 1. Include the repository
Expand Down Expand Up @@ -163,6 +162,13 @@ If you prefer a native app like SequelPro follow these instructions:

## Troubleshooting

Problem | Solution
--------|---------
Permission error on a log directory when booting. | On the host machine, remove all but the `.gitkeep` file in the `logs` directory and run `vagrant reload`.
mount.nfs: access denied error | On the host machine, run `sudo rm /etc/exports` and `vagrant reload`
403 / Forbidden error when visiting the site in a browser | Run `vagrant reload` on the host machine
No connection error when going to the website in a browser | SSH into the machine and run `sudo apache2ctl start`

## Contributing

https://github.com/applicationsonline/librarian-chef

0 comments on commit 1af5f2e

Please sign in to comment.