Skip to content
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ To continue using git, run the following in your workspace terminal:

git remote add districthousing 'git@github.com:[github username]/districthousing'

Install pdftk using apt-get and ensure that you are using ruby-2.1.2. You should now be able to get the application up by running:
Ensure that you are using ruby-2.1.2 and install pdftk:

rvm install ruby-2.1.2
sudo apt-get update && sudo apt-get install -y pdftk

You should now be able to get the application up by running:

bundle install
rake db:setup pull_pdfs seed_applicants
Expand Down