jRecruiter is a show-case application for a variety of interesting Java related technologies. It is actively used by the Atlanta Java Users Group (AJUG) for their job posting service.
You can find the Maven Project site at: http://www.jrecruiter.org/
2009-09-15 AJUG presentation about jRecruiter: http://www.slideshare.net/hillert/jrecruiter-the-ajug-job-posting-service/
2009-09-03 Migrated SVN data from Sourceforge to Google Code
Installation Procedure
Pre-requisites:
- Please make sure you have access to a database, such as Postgresql
- Maven 2 (2.0.9 or higher)
- Checked out the source code from Subversion
Installation
While jRecruiter should run on a wide variety of servlet containers and databases, the main development is done using Tomcat 6 and Postgresql 8.x
Please make sure your servlet container is configured for SSL.
- Open a terminal and execute: mvn clean package
- Setup jrecruiter.properties under /opt/jrecruiter
NOT complete yet