Skip to content

Commit 427f3cf

Browse files
committed
Merge pull request #210 from tomde/master
Added setup permissions section to README
2 parents eaae54b + 20c879d commit 427f3cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ provides a command to load fixtures.
111111

112112
Run this to load the fixtures from the Sandbox MainBundle.
113113

114+
## Setup permissions
115+
116+
As with any Symfony, you need to set up permissions.
117+
A good guide is at [Symfony2 installation guide](http://symfony.com/doc/current/book/installation.html#configuration-and-setup).
118+
If you use the default setup, an sqlite database will be created at `app/app.sqlite`.
119+
You need to set up permissions for this file and app/ folder as well.
120+
121+
But if you are just want to move on for now run sudo chmod -R 777 on app/ folder.
122+
114123
## Access by web browser
115124

116125
Create an apache virtual host entry along the lines of

0 commit comments

Comments
 (0)