From dbf9af093310f367140dc75668d67bd5e18b435a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 18:56:12 -0400 Subject: [PATCH] clearer server setup wording --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9e8a3dc4..3db84256 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,10 @@ curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-c
  • Run the initial setup and create an admin user.
    docker-compose run archivebox init --setup
     
  • -
  • Optional: start the server web then login to the http://127.0.0.1:8000 ⇢ Admin UI. +
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    
     docker-compose up
    +# completely optional, CLI can also be used without running a server
     
  • @@ -149,8 +150,9 @@ See below for more usage examples using the C docker run -v $PWD:/data -it archivebox/archivebox init --setup -
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ⇢ Admin UI. +
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox
    +# completely optional, CLI can also be used without running a server
     
  • @@ -164,13 +166,12 @@ See below for more usage examples using the C
    1. Add the ArchiveBox repository to your sources.
      -On Ubuntu >= 20.04, add the apt sources automatically: -
      sudo apt install software-properties-common
      +
      # On Ubuntu >= 20.04, add the sources automatically:
      +sudo apt install software-properties-common
       sudo add-apt-repository -u ppa:archivebox/archivebox
      -
      -On Ubuntu <= 19.10, or other Debian-style systems add the apt sources manually: -
      echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
      +# On Ubuntu <= 19.10, or other Debian-style systems add the sources manually:
      +echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
       sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
       sudo apt update
       
      @@ -184,9 +185,9 @@ sudo apt update archivebox init --setup # if any problems, install with pip instead
    2. -
    3. Optional: Start the web server then login to the http://127.0.0.1:8000 ⇢ Admin UI. +
    4. Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
      archivebox server 0.0.0.0:8000
      -# completely optional, the CLI can also be used without running a server
      +# completely optional, CLI can also be used without running a server
       
    @@ -209,9 +210,9 @@ See below for more usage examples using the C archivebox init --setup # if any problems, install with pip instead -
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ⇢ Admin UI. +
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000
    -# completely optional, the CLI can also be used without running a server
    +# completely optional, CLI can also be used without running a server
     
  • @@ -234,9 +235,9 @@ See below for more usage examples using the C archivebox init --setup # install any missing extras like wget/ripgrep/etc. manually -
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ⇢ Admin UI. +
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000
    -# completely optional, the CLI can also be used without running a server
    +# completely optional, CLI can also be used without running a server