mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #164] app.dockerfile and worker.dockerfile, missing packages for arm-based systems (I think) #128
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @n00B17 on GitHub (Oct 13, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/164
Originally assigned to: @ciur on GitHub.
**So, what I observed:
docker-compose up -d
**What I did to make it work
libxml2-dev
libxslt-dev
libpq-dev
libffi-dev
python3-dev
libssl-dev
tesseract-ocr
tesseract-ocr-deu
tesseract-ocr-eng \
libxml2-dev
libxslt-dev
libffi-dev
libssl-dev
libpq-dev \
**Remark:
Hope, I didn't waste your time.
Regards and thanks a lot for your work.
@ciur commented on GitHub (Oct 14, 2020):
hi @n00B17! Thank you for your report! I am really happy that you managed to run Papermerge on RaspberryPi!
At this point I am not sure why those packages were missing as I am not aware of all differences between ubuntu based linux distro and the one you run on RaspberryPI.
I will investigate.
@adrianoleal commented on GitHub (Oct 20, 2020):
Hi.
Can you post the complete docker-compose code?
I am trying to install it in an rpi too. I have little knowledge of docker and docker-compose.
I appreciate any help.
@n00B17 commented on GitHub (Oct 20, 2020):
It is actually not the docker-compose part that I changed.
Trying to describe in detail:
In the commandline I did:
In that directory I then edited 'app.dockerfile' and 'worker.dockerfile. Mine now look like this:
app.dockerfile.txt
worker.dockerfile.txt
With those changed files it then on the comandline did
docker-compose up...and it worked
Please, if you are a noob like me ... make sure you remove the file extension '.txt' from those files I uploaded before doing the docker-compose up
(I had to add them for the upload to this post as the github issue thingy here did not let me otherwise)
In other words, the start of my 'app.dockerfile' looks like this now...:
...and the start of my 'worker.dockerfile' like this:
Hope this isn't confusing.
Regards