Skip to content

Commit 916f3a0

Browse files
committed
added proposed changes
1 parent d69fadd commit 916f3a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,11 @@ Run this to load the fixtures from the Sandbox MainBundle.
113113

114114
## Setup permissions
115115

116-
As with any Symfony, you need to set up permissions. A good guide is at http://symfony.com/doc/current/book/installation.html#configuration-and-setup. In addition to that, if you are using sqlite database, you have to setup owner of app/ folder and owner of app.sqlite to APACHEUSER.
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).
117118

118-
APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd' | grep -v root | head -1 | cut -d\ -f1`
119-
sudo chown $APACHEUSER app app/app.sqlite
120-
121-
But if you just want to move on for now, run sudo chmod -R 777 on app/ folder.
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.
122121

123122
## Access by web browser
124123

0 commit comments

Comments
 (0)