TIKA-110: Add KEYS file for Tika
[tika.git] / src / site / SITE-README.txt
blob1871d368bfd00e38d629a21557c4d46e85fc8fb8
1 Here's how to update the live Tika website:
2 (http://incubator.apache.org/tika/)
4 1) Edit the content found here
6 2) Run "mvn site" to generate the website pages
8 3) Check the new content at target/site/index.html
10 4) Checkout https://svn.apache.org/repos/asf/incubator/tika/site
11         and update the changed pages there
12         
13 5) Commit your changes, both here and in the tika/site module
15 6) To activate the changes on the live website, login to 
16         people.apache.org and run svn up in /www/incubator.apache.org/tika
17         
18 7) That directory is replicated to the live website every few hours, so
19         your changes can take some time to be live.
20         
21 Easy and fun, isn't it? ;-)
23 This will get better once Tika graduates from the incubator.