This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki_notes [2010/01/07 07:56] jtkorb |
wiki_notes [2010/01/07 07:56] (current) jtkorb |
||
---|---|---|---|
Line 24: | Line 24: | ||
Remove old files and clear the data cache (step 4): | Remove old files and clear the data cache (step 4): | ||
- | $ egrep -v "^($|#)" removeold.txt | xargs -n 1 rm -rf | + | $ egrep -v "^($|#)" removeold.txt | (cd dokuwiki; xargs -n 1 rm -rf) |
- | $ rm -rf data/cache/* | + | $ rm -rf dokuwiki/data/cache/* |
Turn the web server back on if it was turned off earlier. | Turn the web server back on if it was turned off earlier. |