-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Dev Environment Setup #29
Comments
There's a few things to note while setting up this repo: Firstly, Are you using Windows, Mac or Linux? If you're a Mac, things get a bit difficult - but fear not! - for the Terminal is here! We'll be using ruby 1.9.3 and rails 3.x.x [http://railsapps.github.io/installing-rails.html] rails installation for mac Have yourself install the following:
Then install |
not recommend you to use ruby 2.0, as there will be some difference between 1.9.3 |
Do NOT use 2.0? I've also noticed that this build was meant for linux - |
not necessary for linux, as RoR is a cross platform application indeed. the default is using ruby 1.9.3 , better use ruby 1.9 install of 2.0 both linux and mac are *nix-based. There may be some native library are not the same but basically both should be able to setup I did using mac setting up successfully, just using sqlite3 as my local db server |
I know RoR is cross platform - however, there are dependancies which flag errors with Windows & Mac OSX So I should be using ruby 1.9 with rails 2.0? or just ruby 1.9? |
the rails installation is included in the Gemfile already. what you need is that go to the project of the root directory cd ~/Opendata rvm gemset create opendata (create a gemset) |
Did that already Kit, the rails server command is failing to build~ (ill update later)Denis Tsoi Dim Sum Labs Community Organizer On Tue, Aug 6, 2013 at 10:54 AM, Kit Ho notifications@github.com wrote:
|
Did you bundle install complete successfully without any error then? |
No description provided.
The text was updated successfully, but these errors were encountered: