Giter Site home page Giter Site logo

raven-repository's Introduction

raven-repository

Meta repository for versioned R packages

===

You can deploy your own snapshot repository on openshift; sign up for openshift and download the rhc tool, then (here I named the application raven):

rhc app create raven diy                        # Create application
rhc cartridge add postgresql-9.2 -a raven       # Add the persistence cartridge
rhc app stop -a raven                           # Stop it
cd raven
git rm -r .openshift README.md diy misc         # Remove templates
git commit -am "removed templates"
git remote add upstream https://github.com/dfci-cccb/raven-repository
git pull -s recursive -X theirs upstream master # Clone this repo
git push                                        # Deploy

After that you can point at http://raven-<domain>.rhcloud.com/repository and greet an empty []. Snapshots are taken every morning just after 2AM, wait for the next day for packages to show up. Once snapshots take place you can query for available packages at http://raven-<domain>.rhcloud.com/repository, query for available snapshots at http://raven-<domain>.rhcloud.com/repository/<package>, and see the meta information for obtaining the package at http://raven-<domain>.rhcloud.com/repository/<package>/<version>. You can also query by ISO date instead of the version, for example: http://raven-<domain>.rhcloud.com/repository/NMF/2014-11-22 will return the youngest version available which is older than the date specified. Unfortunately, just as you may not go back in time, you won't be able to query for versions before the first snapshot date.

raven-repository's People

Contributors

lev-kuznetsov avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.