tyler-sommer / TylerSommerdotcom

A personal blog engine using Symfony.

Home Page:https://tylersommer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tyler Sommer dot com

The blog engine that powers my personal website.

Uses VeonikBlogBundle for most blogging capabilities.

Installation

Clone the repository:

git clone https://github.com/tyler-sommer/TylerSommerdotcom.git
cd TylerSommerdotcom

Copy 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.yml

Install dependencies using Composer:

composer install -o

Create the database and schema:

app/console doctrine:database:create
app/console doctrine:schema:create

Load fixture data:

app/console doctrine:fixtures:load

You're all set! Use the default credentials to login:

Username: admin
Password: password

About

A personal blog engine using Symfony.

https://tylersommer.com

License:MIT License


Languages

Language:HTML 53.7%Language:PHP 46.3%