Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/flashcardio
A web application for learning with flash cards.
https://github.com/stefanbirkner/flashcardio
Last synced: about 1 month ago
JSON representation
A web application for learning with flash cards.
- Host: GitHub
- URL: https://github.com/stefanbirkner/flashcardio
- Owner: stefanbirkner
- Created: 2012-03-16T21:20:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T20:08:31.000Z (over 12 years ago)
- Last Synced: 2023-03-14T05:30:58.891Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flashcardio
============How to get flashcardio running on your local machine and how to deploy it
on Heroku.Development on your local machine
---------------------------------Be sure to have Git, Java and Maven installed. Additionally you need the
heroku toolbelt from `https://toolbelt.heroku.com/`
Clone the project from
`[email protected]:stefanbirkner/flashcardio.git`
and run the server withmvn package
sh target/bin/webappContinuous Integration
----------------------There's a Jenkins server on CloudBees:
`https://stefanbirkner.ci.cloudbees.com/`Deploy flashcardio on Heroku
----------------------------Create a remote branch on Heroku
heroku create
Add it as remote
git remote add heroku [email protected]:flashcardio.git
and deploy flashcardio by pushing it to Heroku
git push heroku master