robotstxt - Robotstxt demo project

Preparations

Prerequisites

These instruction assume that you have Java, Maven and an SVN client and know how to work with them.

No other application may run on the following ports:

  • 1099
  • 8080
  • 8085

Getting the demo project

The demo project is available in SVN

Open a terminal / console window

 svn co http://forge.onehippo.org/svn/robotstxt/robotstxt-demo/trunk/ robotstxt-demo 

Building the demo project

 cd robotstxt-demo
 mvn clean install -DskipTests 

Run the demo project

Run the CMS

 cd cms
 mvn clean jetty:run-war -DskipTests 

Run the site

  • Open a new console
  • Go to the robotstxt-demo folder
 cd site
 mvn jetty:run -DskipTests