Skip to content
/ Blog Public

Fast and simple blog for everyone (especially for programmers :-))

License

Notifications You must be signed in to change notification settings

flame-org/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flame:Blog

Fast and simple blog for everyone (especially for programmers :-))

Based on Flame, Nette frameworks and Doctrine 2

Screens

Admin screen

From admin module

If you want to see Flame:Blog in live, please visit http://blog.jsifalda.name/ or http://tales.jsifalda.name/

Features

  • 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

Instalation

  1. Download or clone this repo

    git clone git://github.com/flame-org/Blog.git

  2. Install dependencies (change directory to blog)

    cd Blog && composer install --dev

  3. 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
  1. Create database schema

    php app/doctrine-cli.php orm:schema-tool:update --force

  2. Import default database data

    php app/doctrine-cli.php dbal:import data/default.sql

  3. Make dirs log and temp writable

    chmod -R 777 log/ && chmod -R 777 temp/

  4. Run blog

    e.g.: blog.lc

Instalation is complete

Created defautl user for login

Email: [email protected] Password: password12

Available settings

projectName, projectDesc, seoKeywords, seoDescription, alllowComments, alllowSharing, disqusKey, itemsPerPage

About

Fast and simple blog for everyone (especially for programmers :-))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages