markei / silexwebsiteframework-skeleton
Skeleton project
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- components/jquery: ^3.2
- markei/filesystemoperations: ^1.0
- markei/silexwebsiteframework: ^1.0
This package is auto-updated.
Last update: 2024-11-13 11:26:04 UTC
README
Permissions
Make the following directories writeable for your webserver:
temp/
wwwroot/media/cache/
wwwroot/media/src/ (for uploads)
Example command for Linux + ACL:
sudo setfacl -R -m "u:www-data:rwx" temp/ wwwroot/media/cache wwwroot/media/src
sudo setfacl -R -m "d:u:www-data:rwx" temp/ wwwroot/media/cache wwwroot/media/src
Configure your webserver
Apache: Point your webserver to the wwwroot directory, a .htaccess file is already available.
IIS with Ionic Rewrite: Point your webserver to the wwwroot directory, a iirf.ini file is already available.
For other webserver configurations: https://silex.sensiolabs.org/doc/2.0/web_servers.html