unfoldingWord-dev / uwadmin

Code for uW Admin site
MIT License
1 stars 1 forks source link

Staging Area for API Content #31

Closed jag3773 closed 9 years ago

jag3773 commented 9 years ago

Now that we are digitally signing content, it would be very helpful if we had a staging area for content to go into before it has been signed. Right now, an update to the book of Luke would get pushed to the API and the signature for that book would be invalid until the signing script is run.

jag3773 commented 9 years ago

At least two existing scripts will need updated to support this:

We'll also need a tool to roll from staging into production. This should probably be a simple rsync script that is triggered after signing is complete, e.g. rsync -havP $STAGING/ $PROD/.

jag3773 commented 9 years ago

This issue was moved to unfoldingWord-dev/translationDatabaseWeb#88