Adjust the instructions

This commit is contained in:
Trenton H
2025-03-26 12:41:52 -07:00
parent 5cc8b626a2
commit b0723c13a3
8 changed files with 26 additions and 13 deletions

View File

@@ -24,8 +24,10 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.

View File

@@ -20,8 +20,9 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.

View File

@@ -24,7 +24,7 @@
# - Click 'Deploy the stack' and wait for it to be deployed
# - Open the list of containers, select paperless_webserver_1
# - Click 'Console' and then 'Connect' to open the command line inside the container
# - Run 'python3 manage.py ./manage.py createsuperuser' to create a user
# - Run './manage.py createsuperuser' to create a user
# - Exit the console
#
# For more extensive installation and update instructions, refer to the

View File

@@ -24,8 +24,9 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.

View File

@@ -20,8 +20,9 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.

View File

@@ -24,8 +24,9 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.

View File

@@ -17,8 +17,9 @@
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
# and '.env' into a folder.
# - Run 'docker compose pull'.
# - Run 'docker compose run --rm webserver ./manage.py createsuperuser' to create a user.
# - Run 'docker compose up -d'.
# - Wait until the webserver has completed startup
# - Run 'docker compose exec webserver ./manage.py createsuperuser' to create a user.
#
# For more extensive installation and update instructions, refer to the
# documentation.