Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile
@jendiamond
jendiamond / a1_Amalgamated_Samvera.md
Last active November 9, 2021 20:28
Amalgamated Samvera backup
@jendiamond
jendiamond / 1railsgirlsla_part1_tutorial.md
Last active January 10, 2022 05:43
Rails Girls LA Guide
@ericmathison
ericmathison / server-setup-for-the-recycling-prices-application.md
Last active August 29, 2015 14:11
This gist describes the process that we used to set up the server for the Recycling Prices application.

Set up instructions for https://github.com/ericmathison/recycling_prices

Sign up at www.atlantic.net (Select the Ubuntu 14.04 LTS operating system option). Atlantic.net provides virtual private server (VPS) hosting for about $1 a month so it's a great option if you are learning how to set up a Rails application on a production server. Unlike Heroku, you will have full control over the server. At some point in your application's lifetime this may become important to you if you want to make customizations Heroku isn't capable of. Unless future limitations aren't a concern AND you don't want to learn how to set up a virtual private server, I wouldn't suggest using Heroku. The setup process below would be very similar for any of the other big hosting options like Amazon's EC2, DigitalOcean, etc.

Confirmation email will have log in instructions with IP, password and username.

Some of the commands below are run on the remote machine and others on your local development machine. I will prefix each command with on

@jendiamond
jendiamond / squash_commits_in_git.md
Last active February 23, 2021 23:12
Week 6 Day 29