commit ce98487e1174bff3a76c1f9f0327486b5be89a44 Author: Runa A. Sandvik runa.sandvik@gmail.com Date: Mon Dec 16 11:41:41 2013 -0500
How to update the Tor Cloud website --- to-update-the-website.txt | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/to-update-the-website.txt b/to-update-the-website.txt new file mode 100644 index 0000000..14d2335 --- /dev/null +++ b/to-update-the-website.txt @@ -0,0 +1,11 @@ +To update the Tor Cloud website on https://cloud.torproject.org/: + +1. Clone this repository, update files in html/, commit and push. + +2. SSH to staticiforme via perdulce using the following command: + + $ ssh -o ProxyCommand='ssh perdulce.torproject.org -W %h:%p' staticiforme.torproject.org + +3. Run the following command to trigger a mirror update: + + $ sudo -u mirroradm static-master-update-component cloud.torproject.org
tor-commits@lists.torproject.org