2017 © Pedro Peláez
 

project silexwebsiteframework-skeleton

Skeleton project

image

markei/silexwebsiteframework-skeleton

Skeleton project

  • Saturday, May 6, 2017
  • by markei
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Skeleton project for Markei.nl Silex Website Framework

Permissions

Make the following directories writeable for your webserver:, (*1)

temp/
wwwroot/media/cache/
wwwroot/media/src/ (for uploads)

Example command for Linux + ACL:, (*2)

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., (*3)

IIS with Ionic Rewrite: Point your webserver to the wwwroot directory, a iirf.ini file is already available., (*4)

For other webserver configurations: https://silex.sensiolabs.org/doc/2.0/web_servers.html, (*5)

The Versions

06/05 2017
28/04 2017

v1.0.0

1.0.0.0

Skeleton project

  Sources   Download

MIT

The Requires