Skip to content
jakehemmerle-ge edited this page Jun 21, 2016 · 5 revisions

Welcome to the cf-uaac wiki!

Installation:

There has not been much information about what needs to be installed before you run "gem install cf-uaac", so here are some pre-reqs.

Windows:

  1. Download and install RubyGems (http://rubyinstaller.org/) (Download the installer AND the devkit)
  2. Installer: Run the installer. Make sure you tick all of the boxes regarding the PATH and stuff.
  3. DevKit: I would create a folder at C:/ruby-devkit. Extract the self-extracting file to that location.
  4. Open CMD (or whatever) and cd to your devkit location. Install it (“ruby dk.rb init” and “ruby dk.rb install”)
  5. Install cf-uaac (“gem install cf-uaac”)
Clone this wiki locally