GithubHelp home page GithubHelp logo

briardes / freeshelf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tiy-durham-q3-rails/freeshelf

0.0 2.0 0.0 489 KB

A network for sharing free programming books.

License: MIT License

Ruby 56.61% JavaScript 0.68% CoffeeScript 0.86% CSS 41.85%

freeshelf's Introduction

Freeshelf

This Rails application provides a way to share and collect free programming books.

Installation and usage

This application uses Postgres, so you will need it installed on your machine. If on Linux, use your package manager. On OS X, if you have Homebrew, run brew install postgresql.

Once you have Postgres installed, edit config/database.yml -- or set up Postgres to have a database called freeshelf_development for your current user.

Next, install all required gems:

bundle install

Finally, set up the database:

rake db:create db:migrate db:seed

After that, you can run rails server to start the server or rails console for a REPL.

Testing

You must have PhantomJS installed to run the tests. On OS X with Homebrew, run:

brew install phantomjs

Contributing

If you are new to using git and GitHub, follow these directions:

  1. Fork the project.
  2. Clone your copy.
  3. Add another remote:
    git remote add upstream https://github.com/tiy-durham-q3-rails/freeshelf.git
  4. Make a local branch for your feature.
  5. Write code.
  6. Test it out.
  7. Run git fetch upstream and then git merge upstream/master in your branch.
  8. Test again.
  9. Push your branch to your repo.
  10. Make a pull request!

freeshelf's People

Contributors

cndreisbach avatar dzmarshall avatar ernbrn avatar basicbrogrammer avatar jjlangholtz avatar chetcorey avatar brianfields avatar

Watchers

James Cloos avatar Brian DeSousa 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.