Skip to content

tyler-sommer/TylerSommerdotcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published