moved Heroku buildpack, added config for it, referenced external docs
authorBryan Bonvallet <btbonval@gmail.com>
Wed, 11 Jun 2014 16:03:22 +0000 (12:03 -0400)
committerBryan Bonvallet <btbonval@gmail.com>
Wed, 11 Jun 2014 16:03:22 +0000 (12:03 -0400)
.env.example
README.heroku
README.md

index 2e15d265665937fcd30e035ee50cfc89831bdc92..95a8ec742dc1771b22100158a874f9a056b45de4 100644 (file)
@@ -28,3 +28,7 @@ CELERY_QUEUE_NAME='karmanotes_celery'
 
 DJANGO_SETTINGS_MODULE='karmaworld.settings.dev'
 #DJANGO_SETTINGS_MODULE='karmaworld.settings.prod'
+
+BUILDPACK_URL='https://github.com/FinalsClub/heroku-buildpack-karmanotes'
+
+BROKER_POOL_LIMIT=1
index 562cf9eb505a06b30013daafc2d1f5fcb30648a4..59f659604c387fec3d44c60515daab884b570baa 100644 (file)
@@ -1,6 +1,8 @@
 Checkout the karmanotes repository locally.
 
-Create Heroku app from either the web interface or the CLI. See Heroku documentation for more information.
+Create Heroku app from either the web interface or the CLI. See Heroku
+documentation for more information at 
+`https://devcenter.heroku.com/articles/getting-started-with-django`
 
 From the settings page for the Heroku app, find the Git URL and copy it.
 
@@ -9,7 +11,12 @@ Install the Heroku CLI. Make sure to configure the Heroku CLI tool with `heroku
 In the karmanotes repository:
 `git remote add my-heroku-dev git@heroku.com:<your-project-name>.git`
 
-Create a Heroku database either from the web interface or the CLI. Look for the Dev Plan (its free). Once created, keep track of its connection settings for the configuration step.
+Create a Heroku database either from the web interface or the CLI by adding
+a Postgres Add-On to the Heroku App. Look for the Dev Plan (its free). Once
+created, click through the add-on until the connection settings are found
+for the app's database. Keep track of URL in the connection settings for the
+configuration step. It'll be pasted into the `DATABASE_URL` environment
+variable.
 
 Configure the application by copying `${project_root}/.env.example` to `${project_root}/.env` and edit it appropriately for all external dependencies.
 
index 01b994fd58c73443db7f0ec2ce477c8d384a23a1..b06d85b3baea2136745765bfc01b5fa82b391e29 100644 (file)
--- a/README.md
+++ b/README.md
@@ -295,8 +295,8 @@ KarmaNotes is a Heroku application. Download the [Heroku toolbelt](https://toolb
 
 To run KarmaNotes on Heroku, do `heroku create` and `git push heroku master` as typical
 for a Heroku application. Set your the variable `BUILDPACK_URL` to
-`https://github.com/charlesconnell/heroku-buildpack-karmanotes` to use a buildpack designed
-to support KarmaNotes.
+`https://github.com/FinalsClub/heroku-buildpack-karmanotes` to use a buildpack
+designed to support KarmaNotes.
 
 You will need to import the US Department of Education's list of accredited schools.
    1. Fetch USDE schools with