Skip to content

Commit 20c879d

Browse files
committed
next round of proposed changes
1 parent 916f3a0 commit 20c879d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ Run this to load the fixtures from the Sandbox MainBundle.
115115

116116
As with any Symfony, you need to set up permissions.
117117
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.
118120

119-
But if you are just want to move on for now or using sqlite database,
120-
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.
121122

122123
## Access by web browser
123124

0 commit comments

Comments
 (0)