1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02:00

Adding a line to get the sonic.cfg and mount it in the container as you will not have an etc/sonic folder if you do not have the repo checked out. Sonic will not start without it.

Jez McKinley
2021-02-11 23:30:55 +00:00
parent 6168adc0d1
commit 86f248e72e

@@ -51,6 +51,8 @@ Docker version 18.09.1, build 4c52b90 # must be >= 17.04.0
```bash ```bash
mkdir archivebox && cd archivebox mkdir archivebox && cd archivebox
wget https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml wget https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml
mkdir -p etc/sonic
wget https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/etc/sonic/config.cfg -O etc/sonic/config.cfg
docker-compose up -d docker-compose up -d
docker-compose run archivebox init docker-compose run archivebox init
docker-compose run archivebox manage createsuperuser docker-compose run archivebox manage createsuperuser