Skip to content

bdevine2/CSC-ECE517-Cookbook

 
 

Repository files navigation

Cookbook (newer Ruby/Rails version)

This guide provides instructions to setup the Cookbook application on machines which might have issues with older Ruby installations.

Note: this repository is originally meant for Mac M1 users, but should be usable by other computers as well.

Prerequisites:

  1. Ruby (3.0.2) (Note: use exact version so as to avoid conflicts with other dependencies)

Install Ruby from https://www.ruby-lang.org/en/downloads/

  1. Clone this repository

  2. cd into this repository

  3. Then run:

    gem install bundler
    
  4. Run bundle install

  5. rails s should run the server on http://localhost:3000

If any errors show up, it is likely due to missing software, like yarn might not be installed. Most of the errors that come are likely self explanatory, hence, please check if it is possible to fix them by googling the relevant part of the error message.

In case of any issues, please don't hesitate to post on Piazza for assistance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.1%
  • HTML 13.5%
  • JavaScript 9.8%
  • SCSS 3.2%
  • CSS 1.3%
  • CoffeeScript 1.1%