Cordova Issues Redirect Server

http://issues.cordova.io

Redirect Logic

Request      |  Type  |  Redirect
-------------|--------|----------------
/            |  302   |  https://issues.apache.org/jira/browse/CB
/CB-7289     |  302   |  https://issues.apache.org/jira/browse/CB-7289

Contribute

Install

  1. Install Heroku Toolkit
  2. $ npm install

Start Server

$ npm start

Deploy to Heroku

# Sanity test that Heroku Procfile works
$ foreman start

# Add Heroku remote repository
$ git remote add heroku git@heroku.com:issues-cordova-io.git

# Heroku must deploy to master branch
$ git push heroku issues-cordova-io:master

Heroku Details

To become a collaborator to the Heroku project: