Ok this is what I did:
- Installed ruby from Downloads
- gem update --system
- gem install rails
- installed mysql
- gem install mysql
- rails new simple_cms -d mysql
- rails server
Im getting the error:
←[31mCould not find gem ‘mysql (~> 0.2.11)’ in any of the gem sources
listed in
your Gemfile.←[0m
←[33mRun bundle install
to install missing gems.←[0m
So I put in bundle install in command prompt and I get the following
error:
Fetching source index for http://rubygems.org/
Could not find gem ‘mysql (~> 0.2.11)’ in any of the gem sources listed
in your
Gemfile.