We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaae54b + 20c879d commit 427f3cfCopy full SHA for 427f3cf
README.md
@@ -111,6 +111,15 @@ provides a command to load fixtures.
111
112
Run this to load the fixtures from the Sandbox MainBundle.
113
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
123
## Access by web browser
124
125
Create an apache virtual host entry along the lines of
0 commit comments