Pebble Blog - 博客平台


BSD
跨平台
Java

软件简介

Pebble是一个流行的服务端blogging工具。Blog内容的存储到XML文件中,所以不需要安装数据库。所有的维护与管理工具多可以web的方式进行。

Tomcat下的快速安装

  1. Take the pebble.war file from the distribution and deploy it, by copying it to $TOMCAT_HOME/webapps.

  2. Restart Tomcat and point your browser to http://localhost:8080/pebble/.

  3. Start blogging by logging in with a username of username and a password of password.

运行环境要求

  1. Java 5.0

  2. A JSP 2.0/Servlet 2.4 compatible web/application server such as Apache Tomcat 5.5.x