Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Update to latest Torrust + fix various documentation bugs #1

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Apr 14, 2022

  1. Merge pull request #1 from torrust/main

    Pull in latest instruction changes from upstream
    Zorlin authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ce5c9e4 View commit details
    Browse the repository at this point in the history
  2. Fix typo in new instructions

    Zorlin authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7479cf9 View commit details
    Browse the repository at this point in the history
  3. Fix missing mkdir command

    https://github.com/xtormentiumx pointed out a bug in the documentation, where the Docker Compose will fail to bring up the containers.
    
    This is because of a missing bind directory, as we were not creating it. I had that directory created while testing and documenting this and missed that I had initially had to create it. This commit simply adds a mkdir -p data/backend and improves the language a bit to explain what it's doing.
    Zorlin authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5f39fe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    30fb64f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Zorlin authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    eccedf1 View commit details
    Browse the repository at this point in the history
  3. Switch to latest Alpine Linux

    Zorlin committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    132e5f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32449c5 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Zorlin authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    882bea1 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Zorlin authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    21dc8d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72fb9b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f72d515 View commit details
    Browse the repository at this point in the history