Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 with

mvn package
sh target/bin/webapp

Continuous 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