NodeBlog v0.1.0发布
生活随笔
收集整理的這篇文章主要介紹了
NodeBlog v0.1.0发布
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
NodeBlog:http://nodeblog.org/ 是一個(gè)基于node.js的開源博客程序。
Features
- Write, Read, List, Search blog.
- Comments
- Support image and file upload.
- DIY template
- Support nodester.com, no.de... nodejs host services
- Simple to install
- Support post to twitter, facebook, weibo, tqq and so on.
- Speed
- Support MetaWeblog API Sync
Requirements
- libxml2, libxml2-devel
- node.js
- v8 (comes bundled with node, no need to install)
- scons (for building)
- mongodb
Ubuntu
$ sudo apt-get install libxml2 libxml2-dev scons mongodbCentOS
$ sudo yum install libxml2 libxml2-devel # install scons $ wget http://prdownloads.sourceforge.net/scons/scons-2.1.0.alpha.20101125.tar.gz $ cd scons-2.1.0.alpha.20101125 $ sudo python setup.py install# install mongodb # see: http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+PackagesNode Modules Install
$ sudo npm install express express-resource weibo metaweblog mongoose github-flavored-markdownInstall NodeBlog
$ git clone git://github.com/fengmk2/nodeblog.git $ git submodule init $ git submodule updateDemo
http://nodeblog.org/
總結(jié)
以上是生活随笔為你收集整理的NodeBlog v0.1.0发布的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 中文网页重设与排版:TYPO.CSS
- 下一篇: CentOS上搭建Nginx + Mon