Skip to content

Instantly share code, notes, and snippets.

View henriqueeliassilva's full-sized avatar

Henrique Elias Silva henriqueeliassilva

View GitHub Profile

Deploying to Heroku

  1. Deploy the app to heroku following heroku normal instructions (add link to heroku help)

  2. Set heroku environment variables

    Make sure all the options in config.yml are properly set then run:

     bundle exec rake heroku:config
    
@henriqueeliassilva
henriqueeliassilva / Deploying on Amazon AWS (Free-Tier) with EC2, RDS & S3.md
Created August 22, 2016 16:59 — forked from pcm211/Deploying on Amazon AWS (Free-Tier) with EC2, RDS & S3.md
This Is a step by step way to deploy Sharetribe to Amazon AWS Free Tier in Development Mode (Not Production)

Prerequisites

  1. Have an AWS Account
  2. Spin up an EC2 Instance of Ubuntu Server and Make sure that your instance's security groups allow incoming connections on TCP ports 22 and 3000
  3. Use an Elastic IP to bind your Instance to it --- You would not be paying for this -- Till the time the EC2 Instance is running
  4. Add the IP Allocated to your A Record --- with your registrar
  5. Have a SSH Connection to your EC2 Instance with the Key Pairs
  6. Connect to the EC2 Instance

STEP 1 -- Setting up the Playground

@henriqueeliassilva
henriqueeliassilva / frontendDevlopmentBookmarks.md
Created May 22, 2016 22:04 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.