Skip to content

Commit

Permalink
Merge pull request #51 from datamade/feature/jfc/init-heroku-docs
Browse files Browse the repository at this point in the history
Initialize Heroku deployment documentation
  • Loading branch information
jeancochrane authored Feb 19, 2020
2 parents 4da2eaa + a52849f commit b61f99e
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ _In alphabetical order and including links to external repository-based document
- [Mapping](mapping/)
- [Google APIs (Maps, Geocoding)](mapping/google-apis.md)
- [Environment setup](environment-setup.md)
- [Heroku](/heroku/)
- [Deploy a Django app to Heroku](/heroku/deploy-a-django-app.md)
- [PostgreSQL](postgres/)
- [A quick and dirty introduction to `sqlalchemy`](postgres/quick-n-dirty-sqlalchemy.md)
- [Interacting with a remote database](postgres/Interacting-with-a-remote-database.md)
Expand Down
10 changes: 10 additions & 0 deletions heroku/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Heroku

This directory records best practices for working with [Heroku](https://heroku.com),
DataMade's preferred platform for hosting dynamic (i.e. non-static) applications.

## Contents

- [Deploy a Django app to Heroku](./deploy-a-django-app.md)
- [Research](./research/)
- [Recommendation of adoption](./research/recommendation-of-adoption.md)
Loading

0 comments on commit b61f99e

Please sign in to comment.