Explore >> Select a destination


You are here

pedrokroger.net
| | ankane.org
5.5 parsecs away

Travel
| | Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an...
| | blog.arvidandersson.se
3.5 parsecs away

Travel
| | Yesterday I was setting up a new box with Mac OS X Lion at the office. I had installed homebrew, rvm and ruby 1.9.3rc1and when I ran bundle in a project fold...
| | blog.florentdelannoy.com
5.4 parsecs away

Travel
| | Florent Delannoy's blog
| | logr.cogley.info
26.5 parsecs away

Travel
| If you are doing any modern PHP dev on Mac, check out the Laravel ecosystem, especially «Laravel Valet». It makes things so easy, you get a myapp.test served locally. ? Install php and composer via brew. Edit your .zshrc (or equivalent) to add php and .composer/vendor/bin to your system path. cd into your local PHP project. Run valet link myapp and valet secure myapp. Access your app via https://myapp.test. Profit. You can run Laravel Forge to connect, say, a Digital Ocean droplet to a git repo, so that ...