mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #127] Add support for Windows 10 #1593
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1593
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 @ghost on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/127
Is your feature request related to a problem? Please describe.
The problem I'm facing is that I want to use ArchiveBox on Windows 10 but can't because it doesn't officially support it.
Describe the solution you'd like
I would like for you to provide an official way to install ArchiveBox on Windows 10.
Describe alternatives you've considered
I've considered setting up a Linux VM on my Windows 10 machine and running ArchiveBox on it, but it seems like a big hassle to go through this process for a single application.
Additional context
N/A
@pirate commented on GitHub (Jan 5, 2019):
You can run it with Docker for windows: https://docs.docker.com/docker-for-windows/
See this comment for instructions: https://github.com/pirate/ArchiveBox/issues/62#issuecomment-429684891
This will take care of running an Ubuntu VM with ArchiveBox inside. Let me know if you have any questions about getting that working.
@ghost commented on GitHub (Jan 6, 2019):
@pirate Would you be willing to write up a short tutorial on how to do that? I've never used Docker for Windows before.
@pirate commented on GitHub (Jan 16, 2019):
@whalehub give this a shot:
https://github.com/pirate/ArchiveBox/wiki/Install#docker-setup
@ghost commented on GitHub (Jan 16, 2019):
@pirate Thanks! This is a satisfactory solution for me.