Thessaloniki Ruby Meetup Home
This is a Ruby community project.
Members of the Thessaloniki Ruby Meetup (thessrb) are contributing to this effort.
Join us!
Ruby version 2.1.2
& Bundler gem
Just make sure you have installed version 2.1.2 and this is your current version
ruby -v
gem install bundler
git clone git@github.com:thessrb/thessrbio.git
Change directory to path/to/thessrbio
and execute:
bundle install --without production
Using --without production
will install only the dependencies needed during development or local testing so that you don't have to install PostgreSQL locally in your system.
The first time you run this, it will create a .bundle/config
file (which is git ignored) so that Bundler can "remember" your options.
This way, you won't have to use this option explicitly everytime you want to update the dependencies. You only need to run:
bundle
Go on! Test this out, run the above command to see that it is OK.
rake
bin/rails s
Something missing or something is wrong?
You can contribute!!!