Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghillert/jrecruiter
https://github.com/ghillert/jrecruiter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghillert/jrecruiter
- Owner: ghillert
- Created: 2011-08-25T12:15:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T21:44:18.000Z (over 10 years ago)
- Last Synced: 2024-04-13T18:15:24.042Z (9 months ago)
- Language: Java
- Homepage:
- Size: 27.9 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jRecruiter
==========jRecruiter is the job posting service of the [Atlanta Java Users Group][].
[Atlanta Java Users Group]: http://www.ajug.org/
Build Status:
[![Build Status](https://travis-ci.org/ghillert/jrecruiter.png?branch=master)](https://travis-ci.org/ghillert/jrecruiter)
### Configuration
Configuration information is retrieved from a properties file called `jrecruiter.properties`
````
server.address=http://localhost:8080/jrecruiter
database.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
database.hibernate.show_sql=false
database.jdbc.driverClassName=org.postgresql.Driver
database.jdbc.url=jdbc:postgresql://localhost:5432/jrecruiter
database.jdbc.username=
database.jdbc.password=twitter.username=
twitter.password=
bitly.username=
bitly.password=key.recaptcha.private=
key.recaptcha.public=mail.host=localhost=
````### Testing SMTP for Development
http://nilhcem.github.io/FakeSMTP
## Postgres on Mac
Before starting up Postgres you may have to execute:
```
sudo sysctl -w kern.sysv.shmmax=12582912
sudo sysctl -w kern.sysv.shmall=12582912
```