This repository was archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Install Help
Joe Ferraro edited this page Jul 23, 2013
·
16 revisions
- Download and place MavensMate.app in /Applications
- Run MavensMate.app
- Go to "Plugins" menu item in MavensMate.app and install the Sublime Text 2 and/or Sublime Text 3 plugins
- In Sublime Text 2/3, open the MavensMate Menu > Settings > User and change:
mm_workspaceto an existing directory, like/Users/your_username/Documents/MavensMate
- Install command line tools from here:
https://github.com/kennethreitz/osx-gcc-installer - Install rvm:
$ \curl -L https://get.rvm.io | bash -s stable - Install ruby 1.9.3
$ rvm install 1.9.3 - Install Mavensmate gem
$ gem install mavensmate - Install MavensMate Sublime Text package:
$ ruby < <(curl -s https://raw.github.com/joeferraro/MavensMate-SublimeText/master/install.rb) - In Sublime Text 2, open the MavensMate Menu > Settings > User and change the following settings:
mm_rubyto~/.rvm/bin/rvm-auto-ruby
mm_workspaceto an existing directory, like/Users/your_username/Documents/MavensMate
** If running OSX system ruby, you may get a permissions error when running gem install mavensmate. Try running sudo gem install mavensmate instead.
- If you get compilation errors when running
gem install mavensmate, you likely need to install Unix command line tools. I'd recommend installing from here:https://github.com/kennethreitz/osx-gcc-installer, however, you can also install them by opening XCode, going to Downloads, and installing the "Command Line Tools".