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

updated readme.md #83

Open
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@ Visit [http://localhost:5000/](http://localhost:5000/) to see the demo page. Use

To deploy on Heroku use the button or:

git clone https://www.github/codeforamerica/pdfhook.git
git clone https://www.github.com/codeforamerica/pdfhook.git
cd pdfhook
heroku login
heroku apps:create
git push heroku master

To deploy on Cloud Foundry:

git clone https://www.github/codeforamerica/pdfhook.git
git clone https://www.github.com/codeforamerica/pdfhook.git
cd pdfhook
cp manifest.yml.example manifest.yml
# make any changes to `manifest.yml`, if desired
cf push -f manifest.yml

To deploy on Windows or Mac via virtual machine, install [Vagrant](https://www.vagrantup.com) and [VirtualBox](https://www.virtualbox.org) then:

git clone https://www.github/codeforamerica/pdfhook.git
git clone https://www.github.com/codeforamerica/pdfhook.git
cd pdfhook
vagrant up