create update file

This commit is contained in:
Manuel Raynaud
2014-01-13 10:42:52 +01:00
parent 882bfeb80c
commit 6f972d8cf8

8
UPDATE.md Normal file
View File

@@ -0,0 +1,8 @@
#How to update your Thelia
- copy all files from the thelia new version (local/modules/* files too)
- clear all caches running ```php Thelia cache:clear```
- run ```php Thelia thelia:update```
- again clear all caches in all environment :
- ```php Thelia cache:clear```
- ```php Thelia cache:clear --env=prod```