GithubHelp home page GithubHelp logo

juliacochran / sangria Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 1.0 14.55 MB

Making your job search easy to manage. One glass at a time.

Ruby 3.61% JavaScript 33.67% CoffeeScript 0.04% CSS 60.66% HTML 2.03%

sangria's Introduction

README

This project is built on ruby version 2.2.2 (check with ruby -v) and rails version 4.2.4 (check with rails -v). Check out coderwall.com/p/4imsra/upgrading-ruby-to-2-1-0-and-above-in-mavericks for help getting ruby, rails, and rvm, just change the versions to the ones listed here.

There are two ways of viewing the project, the first is to visit the site at sangria.herokuapp.com/ which may be an older version of the code, and the second is to download the latest version and run locally with the instructions below (the instructions were written for Mac, as no one on the team runs Windows or Linux).

  • Clone the repo with git clone https://github.com/juliacochran/sangria

  • Open the sangria directory with cd sangria

  • Run ruby -v and ensure it’s 2.2.2

    • If your ruby version is wrong, run rvm --default use 2.2.2

    • If you get -bash: rvm: command not found, you may need to source into rvm with source ~/.rvm/scripts/rvm

  • Run rails -v and ensure it’s 4.2.4

    • If you get something like Your Ruby version is x.x.x, but your Gemfile specified 2.2.2, you may need to source into rvm with source ~/.rvm/scripts/rvm

    • If your rails version is wrong, run gem install rails -v 4.2.4

  • Run rvm get stable and then rvm osx-ssl-certs update all

  • Run bundle install to update any libraries used, if bundle is not found, run gem install bundle to get it

  • Download Postgres App (postgresapp.com/). Move it to /Applications and run it. Hit “Open psql”.

  • Run rake db:migrate

  • Run rails s to start a local server, then open your browser and go to localhost:3000

sangria's People

Contributors

juliacochran avatar bradleyoesch avatar uenowataru avatar

Watchers

James Cloos avatar Christopher Simpkins avatar  avatar  avatar  avatar Yasasvi Tadavarthi avatar

Forkers

julieasf7

sangria's Issues

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.