Wiki

Clone wiki

hipqotd / Home

Running locally

You will need:

  • Play
  • RabbitMQ

Play

This is a Play app, using version 2.2.1 (as of writing). Actual version can be found in project/plugins.sbt

RabbitMQ

The application looks for a CLOUDAMQP_URL env variable to lookup the queue it should talk to.

Heroku

The account is at https://dashboard.heroku.com/orgs/atlassian-remote-plugins/apps/hipqotd

Deploying

Add this git configuration:

#!bash

heroku  git@heroku.com:hipqotd.git

then deploying is as simple as:

#!bash

git push heroku master

Updated