Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 1.39 KB

File metadata and controls

89 lines (59 loc) · 1.39 KB

blititor

Easy to custom for the all Web Agencies and Web Masters in Korea

This code is really easy to customize for your business! - Web developer journal in korean times

blititor_logo_nodejsstyle7

(a logo presented by Hyejin Lee @melthleeth)

Stack

  • NodeJS + MysqlDB(MariaDB) + Sphinx + Nginx (recommended)
  • Express.js + Socket.io
  • Nunjucks html template
  • Jquery and many frontend frameworks
  • and wonderful NPM

Demo

check out the samples! based awesome css frameworks

  • pure
  • bootstrap
  • foundation
  • materialize
  • kube
  • ...

Usage

prepare git, nodejs, npm

clone repos

git clone git://github.com/soomtong/blititor.git

install component with npm

npm install

create module_list.json

node core/setup.js module

database configuration (mysql, mariadb)

node core/setup.js db

make database tables for blititor

node core/setup.js db-init

for preparing non-core modules ('guestbook' or 'teamblog'...)

node core/setup.js theme some_module_name

make theme configuration

node core/setup.js theme

run node app

node core/index

or u can override default port using option port or p

node core/index -port=3000
node core/index -p 3000