http://mailcatcher.me/ sudo gem install mailcatcher – won’t run without sudo Google brought me to Faison’s issue: https://github.com/sj26/mailcatcher/issues/144 So I Install RVM gpg –keyserver hkp://keys.gnupg.net –recv-keys D39DC0E3 sudo curl -sSL https://get.rvm.io | bash rvm install 2.1.2 Exit iTerm2 and open new tab rvm use 2.1.2 RVM is not a function, selecting rubies with ‘rvm use …’ will not work. […]
Archives for January 2015
Nginx Proxy_Pass for WordPress Multisite
For a single VVV site pulling images from its live counterpart , this works great. It will pull images and other files from a live site to display in your dev env. # Directives to send expires headers and turn off 404 error logging. location ~* .(js|css|png|jpg|jpeg|gif|ico|mp3|mov|tif|tiff|swf|txt|html)$ { expires 24h; log_not_found off; try_files $uri $uri/ […]
Connect Sequel Pro to Vagrant
Use SSH MySQL and SSH hosts are both Vagrant box IP – 192.168.50.4 MySQL username/password – wp/wp in my case SSH username/password = vagrant/vagrant in my case