You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# STEP 3.2 - Make the /app/calibre directory for the installed files
162
170
mkdir -p \
163
171
/app/calibre && \
164
-
# STEP 3.3 - Download the desired version of Calibre, determined by the UNIVERSAL_CALIBRE_RELEASE variable and the architecture of the build environment
172
+
# STEP 3.3 - Download the desired version of Calibre, determined by the CALIBRE_RELEASE variable and the architecture of the build environment
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ And just like that, Calibre-Web Automated should be up and running! **HOWEVER**
277
277
278
278
## _Calibre-Web Quick Start Guide_
279
279
280
-
1. Open your browser and navigate to http://localhost:8084 or http://localhost:8084/opds for the OPDS catalog
280
+
1. Open your browser and navigate to http://localhost:8083 or http://localhost:8083/opds for the OPDS catalog
281
281
2. Log in with the default admin credentials (_below_)
282
282
3. Configure your Calibre-Web Automated instance via the Admin Page
283
283
- A guide to what all of the stock CW Settings do can be found [here](https://github.com/janeczku/calibre-web/wiki/Configuration#basic-configuration)
@@ -363,4 +363,4 @@ Check out [Post-Install Tasks Here](#post-install-tasks) when necessary.
363
363
364
364
- CWA is really lucky to have a very passionate and active community of people that really help shape CWA into what it is today
365
365
- If you have any ideas or want to contribute to the project, you're more than welcome to! We accept anyone regardless of skill level of expertise!
366
-
- If you've got a good idea or want to simply suggest improvements, simply get in touch with us on the Discord Server [here](https://discord.gg/EjgSeek94R)!
366
+
- If you've got a good idea or want to simply suggest improvements, simply get in touch with us on the Discord Server [here](https://discord.gg/EjgSeek94R)!
0 commit comments