Skip to content

Instantly share code, notes, and snippets.

@heygambo
Created July 24, 2011 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heygambo/1103027 to your computer and use it in GitHub Desktop.
Save heygambo/1103027 to your computer and use it in GitHub Desktop.
# installiert homebrew openssl
brew install openssl
# erstellt symlinks
sudo brew link openssl
# installiert passenger
gem install passenger
# installiert Abhängigkeiten
passenger start # im Projekt Ordner ausführen
# entfernt openssl symlinks
sudo brew unlink openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment