Coder Social home page Coder Social logo

igata's Introduction

Igata

Getting set up

Clone the repo & setting up submodules

$ git clone [email protected]:dockyard/igata.git
$ cd igata
$ git submodule init
$ git submodule update

This project uses RVM to manage its Ruby version.

Please install RVM if you don't have it already:

$ bash -s stable < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)

If you already have RVM make sure you are using the latest version:

$ rvm get head && rvm reload

Make sure you have Ruby-1.9.3-p0 installed:

$ rvm install ruby-1.9.3-p0

If you are on OSX Lion, you may need to build with clang:

(http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues)

$ rvm install ruby-1.9.3-p0 --with-gcc=clang

Now you'll need to give RVM permission to append the bundler_binstubs directory to your path:

$ chmod +x $rvm_path/hooks/after_cd_bundler

Install the app:

$ bundle install

Configure, create, migrate, and seed the database

$ cp config/database.yml.example config/database.yml
$ vim config/database.yml
$ rake db:reseed

Configure the settings:

$ cp config/settings.yml.example config/settings.yml
$ vim config/settings.yml

You need to set the Heroku usename to your actual Heroku username

Development Notes

Requests specs which depend on javascript are run through the capybara-webkit driver which requires that QT be installed. You can find instructions for downloading and installing QT on the capybara-webkit wiki.

(https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT)

Production Notes

Deployed to Linode

igata's People

Contributors

bcardarella avatar

Watchers

Al Snow avatar James Cloos 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.