...
- Take the pebble.war file from the distribution and deploy it, by copying it to
$TOMCAT_HOME/webapps
. - Restart Tomcat and point your browser to
http://localhost:8080/pebble/
. - Start blogging by logging in with a username of
username
and a password ofpassword
.
What follows are some instructions for specific web/application servers.
...
To enable e-mail integration so that Pebble can send e-mails whenever people leave comments, copy the activation.jar
and mail.jar
files from the lib directory of the Pebble distribution into $TOMCAT_HOME/common/lib/
.