Skip to content

riakon/riakon-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riakon-queue

This is a rackup file used to deploy the sidekiq web console to AppFog.

Deployment

The first step is to prepare the dependencies using bundler:

bundle install && bundle package

A new AppFog application should be setup as follows:

af push riakon-queue --runtime ruby193

or, if the application is already correctly setup, update using:

af update riakon-queue

Configuration

Ensure that the following environment variables are set:

  • REDISTOGO_URL: RedisToGo URL w/ credentials
  • ADMIN_USER: Admin username
  • ADMIN_PASS: Admin password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages