processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
68 stars 94 forks source link

Automate building contributions.txt #408

Open processing-bugs opened 10 years ago

processing-bugs commented 10 years ago

Issue by REAS Friday Jun 28, 2013 at 20:10 GMT Originally opened as https://github.com/processing/processing-web-archive/issues/211


processing-bugs commented 10 years ago

Comment by prisonerjohn Sunday Jun 08, 2014 at 15:36 GMT


@jdf offered to help with this feature if needed.

REAS commented 9 years ago

@prisonerjohn Has this happened?

prisonerjohn commented 9 years ago

Don't think so, @alignedleft?

scotthmurray commented 9 years ago

@REAS @prisonerjohn We finished the first step of this: now the generate scripts rebuild the contributions text files.

Was the desire to have this rebuilt automatically on a certain time period (as with a cron job)? If so, how often would you like it rebuilt? I may need to enlist help from @benfry on the server side.

REAS commented 9 years ago

I think we wanted to built is once a day -- at midnight, for example. I have access to the server if that is what is needed.

scotthmurray commented 9 years ago

Super! I have server access as well, but I am new to cron jobs and don't want to break anything.

Are you familiar with how to set that up? I can point you to the right script or shell command to run. Perhaps we could test it on beta for a few days, then repeat it on the live site if there are no issues.

REAS commented 7 years ago

@alignedleft Can you explore this again? I think it's important. @jdf might be available to offer advice.

jdf commented 6 years ago

I'm still available. :)

benfry commented 6 years ago

Yes, please!

REAS commented 6 years ago

It might be as straightfoward as running this PHP script once each day: https://github.com/processing/processing-docs/blob/master/generate/contributions_data.php

prisonerjohn commented 6 years ago

Yes! Well the process has a couple more steps but is still fairly straightforward:

jdf commented 6 years ago

I can't tell if these instructions are for me or for @alignedleft.

jdf commented 6 years ago

ping

prisonerjohn commented 6 years ago

Not sure, either / or :) Whoever has access to the server and can set up a cron job or some other automated task to call those scripts.