mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix calibre-web/README.rst upgrade instructions
This commit is contained in:
parent
1d0c14a4a5
commit
af88232071
1 changed files with 6 additions and 6 deletions
|
@ -96,12 +96,7 @@ fully reset your Calibre-Web settings (to install defaults) and remove all
|
||||||
e-book metadata! Then run**::
|
e-book metadata! Then run**::
|
||||||
|
|
||||||
cd /opt/iiab/iiab
|
cd /opt/iiab/iiab
|
||||||
./runrole calibre-web
|
./runrole calibre-web --reinstall
|
||||||
|
|
||||||
Or, to reinstall all of IIAB::
|
|
||||||
|
|
||||||
cd /opt/iiab/iiab
|
|
||||||
./iiab-install --reinstall
|
|
||||||
|
|
||||||
Or, if you just want to upgrade Calibre-Web code alone, prior to proceeding
|
Or, if you just want to upgrade Calibre-Web code alone, prior to proceeding
|
||||||
manually::
|
manually::
|
||||||
|
@ -109,6 +104,11 @@ manually::
|
||||||
cd /usr/local/calibre-web-py3
|
cd /usr/local/calibre-web-py3
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
This older way *is no longer recommended*::
|
||||||
|
|
||||||
|
cd /opt/iiab/iiab
|
||||||
|
./iiab-install --reinstall
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue