Fast and simple blog for everyone (especially for programmers :-))
Based on Flame, Nette frameworks and Doctrine 2
From admin module
If you want to see Flame:Blog in live, please visit http://blog.jsifalda.name/ or http://tales.jsifalda.name/
- Posts management (create, edit, delete, count of views)
- Markdown syntax for posts
- Posts paginator
- Comments powered by Disqus
- Post sharing on Twitter, Facebook, Google+
- Global settings and options
- User management
- RSS feed control
- Wordpress posts importer
-
Download or clone this repo
git clone git://github.com/flame-org/Blog.git
-
Install dependencies (change directory to blog)
cd Blog && composer install --dev
-
Setup database config
- Create app/AppBundle/config/config.dev.neon
- Copy content with your configurations, e.g:
parameters:
database:
host: localhost
dbname: bl
user: root
password: root
-
Create database schema
php app/doctrine-cli.php orm:schema-tool:update --force
-
Import default database data
php app/doctrine-cli.php dbal:import data/default.sql
-
Make dirs log and temp writable
chmod -R 777 log/ && chmod -R 777 temp/
-
Run blog
e.g.: blog.lc
Created defautl user for login
Email: [email protected] Password: password12
projectName, projectDesc, seoKeywords, seoDescription, alllowComments, alllowSharing, disqusKey, itemsPerPage