Created
June 5, 2012 14:24
-
-
Save rickychilcott/2875326 to your computer and use it in GitHub Desktop.
Up and running with MunkiServer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prerequisites | |
=== | |
install command line tools for xcode or (xcode + command line tools) # needed to build ruby and provides libraries for ruby/rails | |
install homebrew # easy package management | |
install git # source code management system | |
install rvm # easy eway to install new versions of ruby | |
install munkitools # allows introspection into | |
MunkiServer Install | |
=== | |
rvm install 1.9.3 | |
brew update | |
brew install imagemagick | |
git clone git://github.com/jnraine/munkiserver.git | |
cd ./munkiserver | |
Edit Gemfile and remove "gem 'mysql'" | |
bundle` | |
cp config/database.yml.example config/database.yml | |
rake db:migrate | |
rake bootstrap:all | |
rails s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment