Replies: 1 comment 1 reply
-
Yea, heroku is kinda broken. What I did to make it work: 1.fork the repo 2.login to heroku and create a new app 3.go to the deploy tab (in the app) 4.click on the github button 5.connect heroku to your github 6.after connecting, search for the forked repo and connect to it 7.scroll down and turn on automatic deploys 8.refresh the page 9.go to the settings tab, reveal the convig vars, and type in the ones you need (listed in pmariglia's readme). They should look something like this: {config var} {value} where { } are the text boxes you type in (DO NOT TYPE THE BRACKETS). So setting your ps username would look something like {PS_USERNAME} {my_cool_username} 10.go to the resources tab and turn on the worker hope this helps :) |
Beta Was this translation helpful? Give feedback.
-
can you fix this please
Beta Was this translation helpful? Give feedback.
All reactions