No description
Find a file
2013-01-07 10:08:05 +01:00
src fixed that Joiner.on only works on strings 2013-01-07 10:07:18 +01:00
.gitignore Ignoring deployment properties 2012-10-17 00:18:57 +02:00
pom.xml Mentions are expanded in rendered Essay. Page title reflects Essay title. 2012-11-29 00:01:45 +02:00
README.md added info about starting 2013-01-07 10:08:05 +01:00

Essayist

A blogging app for the tent.io protocol

Quick start:

  1. Pre-requisites: Java 1.6+ and Maven
  2. Currently, Essayist uses some dependencies available only on Github: TentClient, Migrate4J and tent-text-java. Clone and mvn install each of these.
  3. git clone git://github.com/mwanji/essayist.git
  4. Deploy to your favourite servlet container. For example: mvn jetty:run
  5. http://localhost:8080
  6. Log in with your Tent address, for example https://my_name.tent.is

Configuration

  1. 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.
  2. If using your own database, create an empty database corresponding to the value of db.url