From 64c02fe6c18742f3b0b942f0259e1fe796330557 Mon Sep 17 00:00:00 2001 From: jekuno Date: Wed, 1 Feb 2017 13:08:55 +0100 Subject: [PATCH 1/2] Clone with HTTPS urls Clone with HTTPS urls as recommended by github: https://help.github.com/articles/which-remote-url-should-i-use/#cloning-with-https-urls-recommended Solves error "The authenticity of host 'github.com (192.30.253.113)' can't be established." --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 8c8456f..45f8d19 100644 --- a/README.rdoc +++ b/README.rdoc @@ -10,7 +10,7 @@ The goal of the app is to scratch one of our personal itches as a remote team: h === Installation instructions - $ git clone git@github.com:diacode/holidays.git + $ git clone https://github.com/diacode/holidays.git $ bundle install $ npm install -g webpack $ npm install From 9e4a87609e9f6843887e4ff92fb5b4ecdf98e81c Mon Sep 17 00:00:00 2001 From: jekuno Date: Wed, 1 Feb 2017 15:04:29 +0100 Subject: [PATCH 2/2] Fixes and extends installation instructions --- README.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rdoc b/README.rdoc index 45f8d19..2a8672d 100644 --- a/README.rdoc +++ b/README.rdoc @@ -11,11 +11,18 @@ The goal of the app is to scratch one of our personal itches as a remote team: h === Installation instructions $ git clone https://github.com/diacode/holidays.git + $ cd holidays $ bundle install $ npm install -g webpack $ npm install + $ cp config/database.yml.example config/database.yml $ rake db:setup $ foreman start -f Procfile.dev + +* Open the app in your browser (locally at http://127.0.0.1:3000) +* Sign in with the seeded[https://github.com/diacode/holidays/blob/master/db/seeds.rb] credentials! + * Email: admin@diacode.com + * Password: +12345678+ === Configuration