The blog engine that powers my personal website.
Uses VeonikBlogBundle for most blogging capabilities.
Clone the repository:
git clone https://github.com/tyler-sommer/TylerSommerdotcom.git
cd TylerSommerdotcomCopy app/config/parameters.yml.dist to app/config/parameters.yml and then customize it:
cp app/config/parameters.yml.dist app/config/parameters.yml
vi app/config/parameters.ymlInstall dependencies using Composer:
composer install -oCreate the database and schema:
app/console doctrine:database:create
app/console doctrine:schema:createLoad fixture data:
app/console doctrine:fixtures:loadYou're all set! Use the default credentials to login:
Username: admin
Password: password