Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ArchiveBoxで自分用WebArchive(django版)

 ArchiveBoxで自分用WebArchive(django版)

Kenichiro MATOHARA

July 26, 2020
Tweet

More Decks by Kenichiro MATOHARA

Other Decks in Technology

Transcript

  1. 最近の発表とか rsync 3.2.0 の新機能を試してみる 前回 cowを増やそう 前回 John the Ripperでいろいろなパスワードを調べる

    SSH鍵のパスフレーズとか(小 江戸らぐ) Linuxでノイズキャンセルその2 RNNoise (東海道らぐオンラインライブ!ておく れデイズ) Sipeed Lichee Nanoでhello world armv5な切手サイズのコンピュータ(低レベル勉 強会)
  2. 導入 $ sudo apt install python3 python3-pip git curl wget

    youtube-dl chromium-browser $ git clone https://github.com/pirate/ArchiveBox.git && cd ArchiveBox
  3. django branch install $ git checkout django $ pip3 install

    . $ ~/.local/bin/archivebox --help Welcome to ArchiveBox v0.4.3! To import an existing archive (from a previous version of ArchiveBox): 1. cd into your data dir OUTPUT_DIR (usually ArchiveBox/output) and run: 2. archivebox init To start a new archive: 1. Create an empty directory, then cd into it and run: 2. archivebox init For more information, see the documentation here: https://github.com/pirate/ArchiveBox/wiki
  4. アーカイブ確認 従来と同じ $ xdg-open ./index.html New! $ archivebox manage createsuperuser

    #アカウント登録 $ archivebox server ※現在はアカウントを分けても同じアーカイブ