Node.js 博客系统 nodelog

码农软件 · 软件分类 · 开源博客系统 · 2020-01-17 12:58:36

软件介绍

使用 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

本文地址:https://www.codercto.com/soft/d/23576.html

Beginning XSLT 2.0

Beginning XSLT 2.0

Jeni Tennison / Apress / 2005-07-22 / USD 49.99

This is an updated revision of Tennison's "Beginning XSLT", updated for the new revision of the XSLT standard. XSLT is a technology used to transform an XML document with one structure into another ......一起来看看 《Beginning XSLT 2.0》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

MD5 加密
MD5 加密

MD5 加密工具