revtezera / Glc-management-system

0 stars 0 forks source link

Initial system setup, configuration and installation #1

Open kibreab opened 6 years ago

kibreab commented 6 years ago

This work will include

raeyglorious commented 6 years ago

Kibrsh, Does the Rails and Ruby Versions Matter? For windows we have Ruby 2.3.3 and 2.2.6 And the one you mentioned is 2.2.7, ruby

kibreab commented 6 years ago

@raeyglorious that's a good question. I have done the installation for mac and I did not face that issue as rvm (ruby version manager takes care of assigining the correct ruby version to me). For you and others, Please intall rvm and rvm will manage the ruby version.

After installing rvm in your machine, use the following command to install the ruby version. sudo rvm install 2.2.7

How to install rvm in your machine https://rvm.io/rvm/install

Note: Please document the steps you took and share with windows users when you're successful. Note also that I have added the ruby version in gemfile in the application (that will force the app to use that specific ruby version)

kibreab commented 6 years ago

Follow the README instruction to setup your environment, I have updated and made it simple and friendly. Ask if any of those steps are unclear. (abt 8 steps to have the app up and running).