1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update README.rst

This commit is contained in:
A Holt 2018-08-27 20:27:50 -04:00 committed by GitHub
parent 080a195fa8
commit a28e5a8dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,30 +13,25 @@ Access
After installation you can access calibre-web at http://box/books After installation you can access calibre-web at http://box/books
Log in with administrative account: Log in with administrative account::
Username: Admin Username: Admin
Password: changeme Password: changeme
If the default configuration is not found, calibre-web server creates a If the default configuration is not found, calibre-web server creates a
new settings file with calibre-web's own default administrative account: new settings file with calibre-web's own default administrative account::
Username: admin Username: admin
Password: admin123 Password: admin123
Backend Backend
------- -------
You can manage the backend calibre-web server manually with these commands: You can manage the backend calibre-web server manually with these commands::
systemctl enable calibre-web systemctl enable calibre-web
systemctl restart calibre-web systemctl restart calibre-web
systemctl status calibre-web systemctl status calibre-web
systemctl stop calibre-web systemctl stop calibre-web
Configuration Configuration
@ -45,15 +40,15 @@ Configuration
To configure calibre-web, login as user 'Admin' then click on 'Admin' panel on To configure calibre-web, login as user 'Admin' then click on 'Admin' panel on
top. See 'Configuration' options near the bottom of the page. top. See 'Configuration' options near the bottom of the page.
Critical settings are stored in: Critical settings are stored in::
/library/calibre-web/config/app.db /library/calibre-web/config/app.db
Your e-book metadata is stored in a Calibre-style database: Your e-book metadata is stored in a Calibre-style database::
/library/calibre-web/metadata.db /library/calibre-web/metadata.db
See also: See also::
/library/calibre-web/metadata_db_prefs_backup.json /library/calibre-web/metadata_db_prefs_backup.json
@ -71,23 +66,20 @@ Reinstalling calibre-web automatically upgrades to the latest version.
Back up your content **and** settings before reinstalling, as explained above. Back up your content **and** settings before reinstalling, as explained above.
**Move your /library/calibre-web/metadata.db if you're sure you want to install **Move your /library/calibre-web/metadata.db if you're sure you want to install
a bare/minimal metadata.db and force default settings. Then run:** a bare/minimal metadata.db and force default settings. Then run**::
cd /opt/iiab/iiab cd /opt/iiab/iiab
./runrole calibre-web ./runrole calibre-web
Or, to reinstall all of Internet-in-a-Box: Or, to reinstall all of Internet-in-a-Box::
cd /opt/iiab/iiab cd /opt/iiab/iiab
./iiab-install --reinstall ./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::
cd /opt/iiab/calibre-web cd /opt/iiab/calibre-web
git pull git pull
Known Issues Known Issues