Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created June 5, 2012 14:24
Show Gist options
  • Save rickychilcott/2875326 to your computer and use it in GitHub Desktop.
Save rickychilcott/2875326 to your computer and use it in GitHub Desktop.
Up and running with MunkiServer
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