Created
December 30, 2017 13:09
-
-
Save mrdziuban/9604f998c34ce542688a0df2f3601975 to your computer and use it in GitHub Desktop.
calibre-web logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,----, | |
,/ .`| | |
,` .' : .--.--. ,----, ,-. | |
; ; // / '. .' .' \ ,--/ /| | |
.'___,/ ,'| : /`. / ,----,' |,--. :/ | | |
| : | ; | |--` | : . ;: : ' / | |
; |.'; ; | : ;_ ; |.' / | ' / | |
`----' | | \ \ `. `----'/ ; ' | : | |
' : ; `----. \ / ; / | | \ | |
| | ' __ \ \ | ; / /-, ' : |. \ | |
' : | / /`--' / / / /.`| | | ' \ \ | |
; |.' '--'. /./__; : ' : |--' | |
'---' `--'---' | : .' ; |,' | |
; | .' '--' | |
`---' | |
PRESENTS ANOTHER AWESOME DOCKER IMAGE | |
~~~~~ Calibre Web ~~~~~ | |
[INFO] Docker image version: 1.1.10 | |
[INFO] Alpine Linux version: 3.6.2 | |
[INFO] Create group calibre with id 1000 | |
[INFO] Create user calibre with id 1000 | |
[INFO] Current active timezone is UTC | |
[INFO] Change the ownership of /calibre-web (including subfolders) to calibre:calibre | |
[INFO] Current git version is: | |
git version 2.13.5 | |
[INFO] Checkout the latest Calibre-Web version ... | |
[INFO] ... git clone -b master --single-branch https://github.com/janeczku/calibre-web.git /calibre-web/app -v | |
Cloning into '/calibre-web/app'... | |
POST git-upload-pack (177 bytes) | |
remote: Counting objects: 7701, done. | |
remote: Total 7701 (delta 0), reused 0 (delta 0), pack-reused 7701 | |
Receiving objects: 100% (7701/7701), 33.62 MiB | 20.36 MiB/s, done. | |
Resolving deltas: 100% (4241/4241), done. | |
[INFO] Autoupdate is active, try to pull the latest sources for Calibre-Web ... | |
[INFO] ... current git status is | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
nothing to commit, working tree clean | |
4c05b3db67b8957b1f0126f90c204f93c7d35809 | |
[INFO] ... pulling sources | |
Already up-to-date. | |
[INFO] ... git status after update is | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
nothing to commit, working tree clean | |
4c05b3db67b8957b1f0126f90c204f93c7d35809 | |
[INFO] Config directory option is ACTIVATED | |
> due this the directory /calibre-web/config will be used to store the configuration | |
[INFO] Change the ownership of /calibre-web/config (including subfolders) to calibre:calibre | |
[INFO] Checking permissions of the config directory: /calibre-web/config | |
> Output is: 755 calibre 1000 calibre 1000 | |
> Permissions: 755 | |
> Assigned group: calibre | |
> Assigned group ID: 1000 | |
> Assigned owner: calibre | |
> Assigned owner ID: 1000 | |
> Using permissions for checks: 0755 | |
> The user calibre:1000 is the owner and has write access at /calibre-web/config | |
[INFO] 'app.db' and 'gdrive.db' will be linked into /calibre-web/config | |
> create 'app.db' link /calibre-web/app/app.db assigned to source /calibre-web/config/app.db | |
> create 'gdrive.db' link /calibre-web/app/gdrive.db assigned to source /calibre-web/config/gdrive.db | |
[INFO] Checking permissions of the books directory: /books | |
> Output is: 755 calibre 1000 calibre 1000 | |
> Permissions: 755 | |
> Assigned group: calibre | |
> Assigned group ID: 1000 | |
> Assigned owner: calibre | |
> Assigned owner ID: 1000 | |
> Using permissions for checks: 0755 | |
> The user calibre:1000 is the owner and has write access at /books | |
[INFO] The mapped volume for /books contains a Calibre database file 'metadata.db' which will be used | |
[INFO] kindlegen (Amazon Kindle Generator) will be linked into /calibre-web/app/vendor | |
[INFO] Creating the vendor directory: /calibre-web/app/vendor | |
[INFO] Change the ownership of /calibre-web/app/vendor (including subfolders) to calibre:calibre | |
> create kindlegen link /calibre-web/app/vendor/kindlegen assigned to source /calibre-web/kindlegen/kindlegen | |
[INFO] Creating directory for temporary directories and files: /tmp | |
[INFO] Change the ownership of /tmp (including subfolders) to calibre:calibre | |
[INFO] Launching Calibre-Web ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,----, | |
,/ .`| | |
,` .' : .--.--. ,----, ,-. | |
; ; // / '. .' .' \ ,--/ /| | |
.'___,/ ,'| : /`. / ,----,' |,--. :/ | | |
| : | ; | |--` | : . ;: : ' / | |
; |.'; ; | : ;_ ; |.' / | ' / | |
`----' | | \ \ `. `----'/ ; ' | : | |
' : ; `----. \ / ; / | | \ | |
| | ' __ \ \ | ; / /-, ' : |. \ | |
' : | / /`--' / / / /.`| | | ' \ \ | |
; |.' '--'. /./__; : ' : |--' | |
'---' `--'---' | : .' ; |,' | |
; | .' '--' | |
`---' | |
PRESENTS ANOTHER AWESOME DOCKER IMAGE | |
~~~~~ Calibre Web ~~~~~ | |
[INFO] Docker image version: 1.1.10 | |
[INFO] Alpine Linux version: 3.6.2 | |
[INFO] Create group calibre with id 1000 | |
[INFO] Create user calibre with id 1000 | |
[INFO] Current active timezone is UTC | |
[INFO] Change the ownership of /calibre-web (including subfolders) to calibre:calibre | |
[INFO] Current git version is: | |
git version 2.13.5 | |
[INFO] Checkout the latest Calibre-Web version ... | |
[INFO] ... git clone -b master --single-branch https://github.com/janeczku/calibre-web.git /calibre-web/app -v | |
Cloning into '/calibre-web/app'... | |
POST git-upload-pack (177 bytes) | |
remote: Counting objects: 7701, done. | |
remote: Total 7701 (delta 0), reused 0 (delta 0), pack-reused 7701 | |
Receiving objects: 100% (7701/7701), 33.62 MiB | 21.17 MiB/s, done. | |
Resolving deltas: 100% (4241/4241), done. | |
[INFO] Autoupdate is active, try to pull the latest sources for Calibre-Web ... | |
[INFO] ... current git status is | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
nothing to commit, working tree clean | |
4c05b3db67b8957b1f0126f90c204f93c7d35809 | |
[INFO] ... pulling sources | |
Already up-to-date. | |
[INFO] ... git status after update is | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
nothing to commit, working tree clean | |
4c05b3db67b8957b1f0126f90c204f93c7d35809 | |
[INFO] Config directory option is ACTIVATED | |
> due this the directory /calibre-web/config will be used to store the configuration | |
[INFO] Change the ownership of /calibre-web/config (including subfolders) to calibre:calibre | |
[INFO] Checking permissions of the config directory: /calibre-web/config | |
> Output is: 755 calibre 1000 calibre 1000 | |
> Permissions: 755 | |
> Assigned group: calibre | |
> Assigned group ID: 1000 | |
> Assigned owner: calibre | |
> Assigned owner ID: 1000 | |
> Using permissions for checks: 0755 | |
> The user calibre:1000 is the owner and has write access at /calibre-web/config | |
[INFO] 'app.db' and 'gdrive.db' will be linked into /calibre-web/config | |
> create 'app.db' link /calibre-web/app/app.db assigned to source /calibre-web/config/app.db | |
> create 'gdrive.db' link /calibre-web/app/gdrive.db assigned to source /calibre-web/config/gdrive.db | |
[INFO] Checking permissions of the books directory: /books | |
> Output is: 755 calibre 1000 calibre 1000 | |
> Permissions: 755 | |
> Assigned group: calibre | |
> Assigned group ID: 1000 | |
> Assigned owner: calibre | |
> Assigned owner ID: 1000 | |
> Using permissions for checks: 0755 | |
> The user calibre:1000 is the owner and has write access at /books | |
[INFO] The mapped volume for /books contains a Calibre database file 'metadata.db' which will be used | |
[INFO] kindlegen (Amazon Kindle Generator) will be linked into /calibre-web/app/vendor | |
[INFO] Creating the vendor directory: /calibre-web/app/vendor | |
[INFO] Change the ownership of /calibre-web/app/vendor (including subfolders) to calibre:calibre | |
> create kindlegen link /calibre-web/app/vendor/kindlegen assigned to source /calibre-web/kindlegen/kindlegen | |
[INFO] Creating directory for temporary directories and files: /tmp | |
[INFO] Change the ownership of /tmp (including subfolders) to calibre:calibre | |
[INFO] Launching Calibre-Web ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment