- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.nodelog.cn/
- 软件文档: http://git.oschina.net/nodelog/nodelog
软件介绍
使用 nodejs+express+ejs+mongodb 开发的多人博客系统。
1、下载代码
2、安装nodejs以及相关
sudo apt-get install nodejs
sudo apt-get install npm
npm --registry=http://r.cnpmjs.org install forever -g
npm --registry=http://r.cnpmjs.org install supervisor -g
npm --registry=http://r.cnpmjs.org install express-generator@4 -g
3、安装mongodb
4、启动mongodb
mongod --fork --dbpath=/usr/local/mongodb/data --logpath /usr/local/mongodb/log/mongodb.log --logappend
5、运行nodelog
supervisor app.js或者forever start app.js
Transcending CSS
Andy Clarke、Molly E. Holzschlag / New Riders / November 15, 2006 / $49.99
As the Web evolves to incorporate new standards and the latest browsers offer new possibilities for creative design, the art of creating Web sites is also changing. Few Web designers are experienced p......一起来看看 《Transcending CSS》 这本书的介绍吧!
