No description
src | ||
.gitignore | ||
pom.xml | ||
README.md |
Essayist
A blogging app for the tent.io protocol
Quick start:
- Pre-requisites: Java 1.6+ and Maven
- Currently, Essayist uses some dependencies available only on Github: TentClient, Migrate4J and tent-text-java. Clone and
mvn install
each of these. git clone git://github.com/mwanji/essayist.git
- Deploy to your favourite servlet container. For example:
mvn jetty:run
- http://localhost:8080
- Log in with your Tent address, for example https://my_name.tent.is
Configuration
- Put a file called essayist.properties in the src/main/resources folder.
essayist-example.properties
shows what can be configured.essayist-defaults.properties
provides a number of defaults. - If using your own database, create an empty database corresponding to the value of db.url