Skip to content

Instantly share code, notes, and snippets.

View michaeltieso's full-sized avatar
🕶️

Michael Tieso michaeltieso

🕶️
View GitHub Profile
// Check the name of your addon field in the source. Example: addon-7934-test-addon
jQuery( "input[name='addon-7934-test-addon']" ).datepicker( {
minDate: 0,
"dateFormat": 'yy-mm-dd'
} );

Deploy Rails app to Digital Ocean with nginx, unicorn, capistrano & postgres

Create droplet of your liking (ubuntu 12.10 x32)

ssh to root in terminal with your server ip

ssh root@123.123.123.123

s Add ssh fingerprint and enter password provided in email