Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsundberg/housedraget
Housedraget
https://github.com/tsundberg/housedraget
Last synced: 7 days ago
JSON representation
Housedraget
- Host: GitHub
- URL: https://github.com/tsundberg/housedraget
- Owner: tsundberg
- Created: 2015-05-10T16:29:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T01:09:59.000Z (over 3 years ago)
- Last Synced: 2024-04-24T12:01:22.220Z (7 months ago)
- Language: Java
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Housedraget
## Production
[http://housedraget.herokuapp.com](http://housedraget.herokuapp.com)
## Development
Build
`mvn clean package`
Run
`java -jar ./target/housedraget-1.0-SNAPSHOT.jar server configuration.yml`Access the site on [http://localhost:8080](http://localhost:8080)
## Deployment
Deployment to production is done by pushing the changes to a git repository.
Clone a repository
`[email protected]:tsundberg/housedraget.git`Add a remote repository
`git remote add heroku [email protected]:housedraget.git`Then push to the remote repo when it is time for a new deployment.
`git push heroku`## Resources
Framework: [Dropwizard](http://dropwizard.io)
Platform: [Heroku](http://heroku.com)
## Development tools
Building: [Maven](http://maven.apache.org)
Editing: [Any good, open source, tool that supports Maven projects out of the box](https://www.jetbrains.com/idea/download/)A Java installation. at least Java 7.