Skip to content

Instantly share code, notes, and snippets.

@mlafeldt
Last active December 19, 2015 04:18
Show Gist options
  • Select an option

  • Save mlafeldt/5896018 to your computer and use it in GitHub Desktop.

Select an option

Save mlafeldt/5896018 to your computer and use it in GitHub Desktop.
bundle package
mkdir /tmp/gem_server
mv vendor/cache/ /tmp/gem_server/gems
gem generate_index -d /tmp/gem_server/
cd /tmp/gem_server/gems
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment