Giter VIP home page Giter VIP logo

hashtag-trader-viper's Introduction

ThoughtWorks LevelUp presents

#Hashtag Trader

Repository for Melb Level Up #HashTagTrader

Setup

note: any commands run on the command line are prefixed with $ - you won't need to include the $ when running the command

Prerequisites

  1. git
  2. Ruby 1.9.3-p545

Git setup

Ruby setup

Mac OS X

  1. Install Ruby
  • use Homebrew to install chruby and ruby-install
  • bootstrap your shell to include the chruby bindings
  • install ruby 1.9.3-p545 $ ruby-install ruby 1.9.3-p545
  1. Install bundler (Ruby Package manager): $ gem install bundler
  2. Install gem dependencies $ bundle install

Windows

  1. Install Ruby
  • Use RubyInstaller - get Ruby 1.9.3-p545 and the DevKit
  • Install Ruby via the installer (select all the additional options e.g. add ruby to path)
  • Follow the instructions to install the Devkit
  • For the rest of this guide, we assume you will use the Git Shell as your console application
  1. Install bundler (Ruby Package manager): $ gem install bundler
  2. Install gem dependencies $ bundle install --without production (The Unicorn Web server will not work on Windows unfortunately :( )

Linux

  1. Use your distro's package manager - try to get Ruby 1.9.3-p545 - otherwise get chruby and ruby-install(https://github.com/postmodern/ruby-install)
  2. Install bundler (Ruby Package manager): $ gem install bundler
  3. Install gem dependencies $ bundle install

Run the build

  1. $ bundle exec rake

Run the app

  1. $ bundle exec rake server

Heroku

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.