Skip to content

Commit

Permalink
Updates permissions instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Oct 1, 2013
1 parent 1fb15bf commit 17ce87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -26,7 +26,8 @@ Real documentation is on its way. Here's the quick and dirty.
* Deploy to your server * Deploy to your server
* Make sure your docroot is `/public` * Make sure your docroot is `/public`
* `composer install` * `composer install`
* Make sure `/db`, `/logs`, and `/tmp` are writeable by the web user * Make sure `/db`, `/logs`, `templates/cache` and `/tmp` are writeable by the web user
* Tip: I used the Symfony2 ["Setting up Permissions"](http://symfony.com/doc/current/book/installation.html#configuration-and-setup) directions (#1 on my Mac and #2 on Ubuntu)
* Edit the `$userConfig` portion of `/config.php` (only available after running `composer install`) * Edit the `$userConfig` portion of `/config.php` (only available after running `composer install`)
* Visit http://your-project-site.com * Visit http://your-project-site.com
* Fill out the setup form * Fill out the setup form
Expand Down

0 comments on commit 17ce87c

Please sign in to comment.