summaryrefslogtreecommitdiff
path: root/docs/en/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/upgrade.rst')
-rw-r--r--docs/en/upgrade.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/upgrade.rst b/docs/en/upgrade.rst
index d44ae02..fc8dc0f 100644
--- a/docs/en/upgrade.rst
+++ b/docs/en/upgrade.rst
@@ -195,6 +195,9 @@ Move old static files to the new static directory:
cp -ra $CHIMERE_PATH/chimere/static/* $CHIMERE_APP_PATH/static/
cp -ra $CHIMERE_PATH/chimere/static/icons/* $CHIMERE_APP_PATH/media/icons/
cp -ra $CHIMERE_PATH/chimere/static/upload $CHIMERE_APP_PATH/media/
+ rm -rf $CHIMERE_PATH/chimere/static/icons
+ rm -rf $CHIMERE_PATH/chimere/static/upload
+
Webserver configuration
.......................