Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two ways to get the source code, from the project's Subversion repository or from a source release. Here's how to get the code from Subversion: <code>

Code Block

   svn co https://svn.apache.org/repos/asf/roller/trunk

...

 roller_trunk

...

 

TBD: how to get and extract a source release

...

Here's how to build Roller Weblogger (also runs the unit tests). <code>

Code Block

   cd roller_trunk

...

 
   mvn install

...

 

Running Roller Weblogger for development testing

Here's how to run the Jetty servlet engine, Derby and Roller for development testing of Roller: <code>

Code Block

   cd roller_trunk/weblogger-web

...


   mvn jetty:run-war

...


Then use your web browser to browse to http://localhost:8080/roller to test Roller. You will find the log files in roller_trunk/weblogger-web/target/work. You can adjust logging levels via the Roller properties override file at roller_trunk/weblogger-web/src/test/resources/roller-custom.properties.

...

Here's how to build a full Roller Weblogger release including both binary and source releases. <code>

Code Block

   cd roller_trunk/web-assembly

...


   mvn install

...

 

You'll find the release files in roller_trunk/web-assembly/target.