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**::
|
||||
|
||||
cd /opt/iiab/iiab
|
||||
./runrole calibre-web
|
||||
|
||||
Or, to reinstall all of IIAB::
|
||||
|
||||
cd /opt/iiab/iiab
|
||||
./iiab-install --reinstall
|
||||
./runrole calibre-web --reinstall
|
||||
|
||||
Or, if you just want to upgrade Calibre-Web code alone, prior to proceeding
|
||||
manually::
|
||||
|
@ -109,6 +104,11 @@ manually::
|
|||
cd /usr/local/calibre-web-py3
|
||||
git pull
|
||||
|
||||
This older way *is no longer recommended*::
|
||||
|
||||
cd /opt/iiab/iiab
|
||||
./iiab-install --reinstall
|
||||
|
||||
Known Issues
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue