Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and extends installation instructions #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@ The goal of the app is to scratch one of our personal itches as a remote team: h

=== Installation instructions

$ git clone [email protected]:diacode/holidays.git
$ 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: [email protected]
* Password: +12345678+

=== Configuration

Expand Down