mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Some fixes about upgrade from 2.0.x -> 2.1.0
This commit is contained in:
parent
92fa168344
commit
084fb0d303
11 changed files with 22 additions and 11 deletions
|
@ -11,7 +11,9 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
|
|||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.1.0
|
||||
./install.sh
|
||||
ASSETS=build ./install.sh
|
||||
php bin/console doctrine:migrations:migrate --env=prod
|
||||
php bin/console cache:clear --env=prod
|
||||
|
||||
Upgrade on a shared hosting
|
||||
---------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue