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.
1 parent 916f3a0 commit 20c879dCopy full SHA for 20c879d
README.md
@@ -115,9 +115,10 @@ Run this to load the fixtures from the Sandbox MainBundle.
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
-But if you are just want to move on for now or using sqlite database,
-run sudo chmod -R 777 on app/ folder.
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
0 commit comments