mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 20:15:58 +03:00
[GH-ISSUE #6] Docker desktop on Windows #3
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#3
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 @ciur on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/6
Issue reported by @lucaz82
@ciur commented on GitHub (Mar 3, 2020):
Because I don't have a real Windows box I never tested papemerge's docker images in that environment. I will install a windows on my old PC and investigate the issue.
@tkammerlander commented on GitHub (Aug 4, 2020):
Just edit all the .sh files in the docker cotainer folder and follow this guide:
http://sql313.com/index.php/43-main-blogs/maincat-dba/62-using-notepad-to-change-end-of-line-characters
the files should be:
app.startup.sh and
worker.startup.sh
then do a clean build and you are good to go :-)
a clean build is done by entering:
docker-compose build --no-cache
after that is finished start everything up with:
docker-compose up -d
regards, tom
@ciur commented on GitHub (Aug 13, 2020):
I overlooked one important factor. Papermerge does not support Windows environment. I wrote it in requirements. I am not sure why I kept this ticket open and why I even promised that I will have a look at windows based installation.
Bad, bad Eugen 😄 !
Sure, you can use Papermerge from Windows (via web browser). But deploy it on windows ? Out of scope.
@tkammerlander commented on GitHub (Aug 13, 2020):
I think its more about hosting it on windows and that works. I dont know how Microsoft exactly does it but i think they use WSL to run linux docker images on windows os. so just for your info it is possible to run linux containers on Windows OS. i use the same setup for my tests. regards, thomas
@voarsh2 commented on GitHub (Nov 5, 2020):
I followed this and couldn't get it working on Windows.