Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

soomtong/blititor

Repository files navigation

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)

FOSSA Status

Stack

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

Development

Demo

check out the samples! based awesome css frameworks

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

Usage

prepare git, nodejs, npm, bower

clone repos

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

install component with npm and bower

npm install
bower 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 db-init some_module_name

make theme configuration

node core/setup.js theme

make admin account

node core/setup.js admin

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

or run dev mode using nodemon

npm run dev

License

Blititor has MIT License basically. but each theme design license depends on each maker's opinions.

it will be described each app and theme's readme file or description file.

FOSSA Status