INSTALLATION |
Instalation
You have to generate config file for your project. Please use sfadmin tool to
generate configuration file.
php lib/sfadmin.php init-app
Next, please change permission for var directory:
chmod 777 var
Please be sure your apache is allowing .htaccess files.
Apache rewrite configuration file .htaccess:
RewriteEngine on
rewritecond %{REQUEST_FILENAME} !^.*/themes/*.*$
RewriteRule .* index.php
Now, your Sunframework is installed.
You have to generate config file for your project. Please use sfadmin tool to
generate configuration file.
php lib/sfadmin.php init-app
Next, please change permission for var directory:
chmod 777 var
Please be sure your apache is allowing .htaccess files.
Apache rewrite configuration file .htaccess:
RewriteEngine on
rewritecond %{REQUEST_FILENAME} !^.*/themes/*.*$
RewriteRule .* index.php
Now, your Sunframework is installed.


