opensupporter / queersync

Gayly Sync Question Responses from Spoke to VAN
MIT License
1 stars 1 forks source link

Can I run this on Heroku? #1

Open joemcl opened 4 years ago

joemcl commented 4 years ago

So I have Spoke instances on Heroku. I have used the Heroku CLI. I will check out if/how I can run ruby on that as an add-on, maybe. You mention going to the HAL browser on a Spoke instance and using the Spoke API. Is there not extra config required to enable a HAL browser connection, or is that in Spoke 'out of the box'? Same question re the Spoke API. Thanks!

joemcl commented 4 years ago

or, in the alternate - can I run this on my Ubuntu laptop and just run the sync manually, periodically, not as a cron job?

joshco commented 4 years ago

You can do it either way. (on your laptop or cron job) You will need to have the spoke instance running the osdi_key branch (the OSDI PR hasn't yet been integrated) Configuration instructions to enable the OSDI service in spoke are here: https://github.com/MoveOnOrg/Spoke/blob/7727a71687606688c573e3d18d8f77c3791a0e9e/docs/OSDI_CONFIGURATION.md

joemcl commented 4 years ago

aha great thanks, always RTFM. The one instance on Heroku I want to do this with right now is running upstream main as of like September 24, deployed in a container, will see how old the osdi_key branch is.