Friday, February 10, 2023

How to Install ArchiveBox using Docker Compose


The officially recommended way to install ArchiveBox is to use Docker-compose.


After installing Docker-compose, create a directory for ArchiveBox and download the docker-compose.yml file in it:

$ mkdir ~/archivebox && cd ~/archivebox

$ curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml'

Run the initial setup and create an admin user by running the following command:

$ docker-compose run archivebox init --setup

Finally, start the ArchiveBox server using command:

$ docker-compose up

Now you can login to ArchiveBox admin Web UI dashboard from URL http://127.0.0.1:8000.

Logging into the Web UI is completely optional. You can do everything from commandline as well.

0 comments:

Post a Comment