Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.64 KB

readme.md

File metadata and controls

66 lines (45 loc) · 1.64 KB

edgar

capacity planning and time series forecasting service (using R)

installation and requirements

R

install R

~# brew install r

once you have R installed you will need to install the forecast and Rserve packages

~# R

R version 2.15.0 (2012-03-30)
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> install.packages('forecast', 'Rserve')

Ruby

install a version of ruby 1.9.x (yarv) using your prefered method, some examples:

once you have ruby installed, install the bundler gem and use bundle install.

~# gem install bundler
~# bundle install # from inside the root directory of your clone

running

from the root of the clone

~# rainbows -c config/rainbows.rb

edgar should be running at http://0.0.0.0:8080 ^_^