Skip to content

Full-featured CMS including blog, wiki, discussion, etc. powered by Nodejs.

License

Notifications You must be signed in to change notification settings

lileichinasoft/itranswarp.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itranswarp.js

A nodejs powered website containing blog, wiki, discuss and search engine.

Environment

Nodejs: 0.10.x

MySQL: 5.1 ~ 5.6

Memcache

Nginx

Configurations

You should make a copy of 'config_default.js' to 'config_override.js', and override some of the settings you needed:

$ cp www/config_default.js www/config_override.js

You can safely remove any settings you do not changed.

Install packages

Run npm install to install all required packages:

$ npm install

Initialize database

Run node schema to generate initial schema as well as administrator's email and password.

Run

$ node index.js

You should able to see the home page in the browser with address http://localhost:3000.

If you want to # to management console, go to http://localhost:3000/manage/signin, and # using the email and password you entered when running node schema.

About

Full-featured CMS including blog, wiki, discussion, etc. powered by Nodejs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.4%
  • JavaScript 39.5%
  • Shell 0.1%