Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 523 Bytes

Silex-Blog

A simple one page blog created as a code sample using the Silex framework.

To set up, install the dependencies using composer:

$ composer install
# or
$ php composer.phar install

Then set up the database schema:

$ mysql -u user -e "CREATE DATABASE blog"
$ mysql -u user blog < blog_dump.sql

Then copy the config.yml.dist file to config.yml and fill in the database credentials.

The login credentials for the existing test user are:

username: user
password: password