-
Notifications
You must be signed in to change notification settings - Fork 57
META: Heroku #275
Comments
I'm not 100% sure on this, but it's possible some of these are no longer relevant (since Heroku has introduced a lot of changes since 2012) - for instance, they have MySQL now so we wouldn't have to switch to postgres. |
This is going to be a critical step in exporting the app; moving it to v4.2. |
Ok, started making some progress! Here's what I've done so far:
We're getting a few weird errors:
All in all, it seems like we're pretty close to Heroku deployment, so that's pretty fantastic :-). Other people should definitely try getting it set up and see if they have any suggestions! |
Also, we can't forget to deal with all the Yale dependencies! In the short term, the next step should be setting up a Heroku button, even if it will only be for Yalies at the moment. |
Ok, so we'll start this from scratch after we get #2 dealt with (and maybe #175 as well). Things to remember (based on today's discussion w/ @caseywatts):
|
WOOO figured it out :-D
|
no idea how I closed this... whoops! |
Woot e-mail is working :-D. Testing the scheduler now, then I think it's time to move on to the button! |
Scheduler works, sends e-mails as expected (with working links!). Button time! |
Damn, so when you set up config parameters in the |
Ok, we're going to require them to do some post-deployment configuration via the Heroku website but with the exception of e-mail and cron jobs, our Heroku button now works! The future wiki page is here, now I just have to flesh out the content with screenshots and I think we're good to go! |
I started adding things to the wiki page but I need to upload the screenshot images somewhere; I'll probably stick them in the |
Wiki page is finished with screenshots and instructions for both Heroku button and toolbelt deployment. Once the PR is reviewed this is done! |
Any chance you could link the images too? (Looks awesome btw! 😃) |
Which images? The ones in the wiki page? Where should I link them to? |
Yeah! Link them to their source URLs (so people can see the full-size images more easily) |
Good point! |
Done! That seemed very daunting in Markdown, but then I copied the page into ST3 and was able to do it in a few keystrokes. Pretty awesome :-) |
2015-01-13
RAILS_HOST_NAME
(get application name somehow?)Things we need to fix to use heroku:
email (including smtp settings)file uploads to aws S3 instead of localdevise branch mergingremove any references to sub-uri deploymentscreate config/settings.yml that initializers load fromhow to handle Application.config.secret_token in open sourceThe text was updated successfully, but these errors were encountered: