Skip to content

windyfancy/webspark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webspark

webspark是使用node.js开发的博客系统,支持 mysql,sqlite两种数据库,默认使用sqlite数据库。 使用npm安装后即可运行,开箱即用。

安装步骤

  1. 使用npm安装webspark
 npm install --save webspark
  1. 首次运行,在命令行执行如下命令,用于将node_modules中的项目文件复制到当前目录,当然手工copy也是可以的
 node -e "require('webspark')"
  1. 打开浏览器输入:http://localhost:8000/ 即可访问

后续访问直接运行app.js即可

 node app.js

home

theme

theme2

theme3

theme4

theme5

article

theme6

commet