...
This document is intended to help deployers setup a development environment for modifying the Scheduling Assistant. This is not technically required if you don't plan to make any changes; see the overlay documentation on how to quickly deploy an instance of the application with minimal changes.
Info |
---|
The source code for the Scheduling Assistant has moved to github. The video currently listed in this document shows how to checkout the code from subversion; the code is no longer there. A new video will be available soon that shows how the source can be checked out from github. |
Setup
The Scheduling Assistant is a multi-module Maven Java project. It's deliverables include a Web Application that is deployed in Apache Tomcat and a JSR-168 Portlet.
...