Skip to content

Instantly share code, notes, and snippets.

@brodock
Last active March 19, 2018 23:31
Show Gist options
  • Select an option

  • Save brodock/8b841ab10ffe2841e8ef9a3b3bbde406 to your computer and use it in GitHub Desktop.

Select an option

Save brodock/8b841ab10ffe2841e8ef9a3b3bbde406 to your computer and use it in GitHub Desktop.

Revisions

  1. brodock revised this gist Mar 19, 2018. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions Procfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # create path and copy redis.conf to the correct path
    redis: exec redis-server /Users/youruser/projects/yourproject/dev/redis/redis.conf

    # path/to/postgres/initdb --locale=C -E utf8 /Users/youruser/projects/yourproject/dev/postgresql/data
    postgresql: exec postgres -D /Users/youruser/projects/yourproject/dev/postgresql/data -k /Users/youruser/projects/yourproject/dev/postgresql -h 'localhost'
  2. brodock revised this gist Mar 19, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ruby-mac.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    xcode-select --install
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    brew install git libxml2 postgresql
    brew install git libxml2 postgresql redis
    gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
    \curl -sSL https://get.rvm.io | bash -s stable --rails --ruby=2.4.3
  3. brodock created this gist Mar 19, 2018.
    5 changes: 5 additions & 0 deletions ruby-mac.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    xcode-select --install
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    brew install git libxml2 postgresql
    gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
    \curl -sSL https://get.rvm.io | bash -s stable --rails --ruby=2.4.3