Skip to content

knagode/rails-on-mac-with-sublime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Install Xcode from appstore

xcode-select --install

// Follow those steps: http://railsapps.github.io/installrubyonrails-mac.html

// config GIT git config --global user.name "Klemen Nagode" git config --global user.email "klemen.nagode@gmail.com"

// install homebrew ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

// install RVM

\curl -L https://get.rvm.io | bash -s stable --ruby

// update gems gem update --system

// do not download documentation with gems echo "gem: --no-document" >> ~/.gemrc

// install rails gem install rails

brew install libxml2 libxslt brew link libxml2 libxslt gem install nokogiri

// install forman (if needed) gem install foreman

Install Sublime 3 (beta)

For postgres install: http://postgresapp.com/ For Postgres administration use: pgadmin (I use version 1.18.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published