-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support for Heroku #43
Comments
Instruction.v1.txt @synzen could you do a review on this? Sorry if you don't like the format :P |
Just tried it and it's working remarkably well. Though it might be prudent to mention that the procfile must be included in directory in the instructions |
You sure you used the v1 file? Says that indeed procfile needs to be added :-) |
Ah right my mistake, yeah there it is |
Btw about that procfile. We could insert the procfile in the git itself. Then people only have to copy paste their files to the folder with the .git to their heroku app. |
Insert into git itself? |
Inside your git project. The discord.rss project i mean. So users don't have to download that file seperately |
ah have it part of the repo. yeah sure. dm me the final version of the procfile and it'll be in the next commit |
Closing issue (after docs are up) solution: The final tested instruction: The final tested procfile (soon in your local Discord.RSS folder!) |
Closed |
Status: on hold
In the near future, when the transition from SQLite/MySQL to mongodb is fully working on stable. These docs can be used to host your selfhosted Discord.RSS. The solution provided is also known as a PaaS solution.
Todo:
x Test selfmade instruction.
x Improve steps so everything can be done trough the git bash/heroku cli.
x Issue?: not sure if a web worker is created even if procfile is used at first launch. If so, maybe look if project uses a port to contact the outside world. If using a different project's file. The web worker will work withoud dying in 90seconds.
Provided files can be used if you can't wait for it. But only ping Macley#9105 if you get any troubles.
Procfile you need to instert before ever pushing to heroku: https://mega.nz/#!XY43yT6T!8oyAxGGnv7NZ25IgmNYxrPe4kBdNFk_m4DJTfPv8I6U
The text was updated successfully, but these errors were encountered: