From 064c934af1e4f407e9d10d350a3d3819e3776825 Mon Sep 17 00:00:00 2001 From: William Stam Date: Wed, 15 Nov 2023 19:03:41 +0200 Subject: [PATCH] docs: Deployment guides for Docker and Supervisor --- docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst | 2 +- docs/topics/deployment/supervisor.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst b/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst index b658e3e9c0..77e88626e1 100644 --- a/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst +++ b/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst @@ -65,7 +65,7 @@ create the virtual environment in your folder python3.12 install -m venv venv source venv/bin/activate -Install the requirements (if you arent using requirements.txt i highly recommend it) +Install the requirements (if you aren't using requirements.txt i highly recommend it) .. code-block:: sh diff --git a/docs/topics/deployment/supervisor.rst b/docs/topics/deployment/supervisor.rst index a28c7cb28c..96094dc9ca 100644 --- a/docs/topics/deployment/supervisor.rst +++ b/docs/topics/deployment/supervisor.rst @@ -49,7 +49,7 @@ to watch the output sudo supervisorctl tail -f api -Start the service if its not started. make sure its running. check the output to make sure there arent any errors. and if all that went according to plan your litestar application should be accessible on +Start the service if its not started. make sure its running. check the output to make sure there aren't any errors. and if all that went according to plan your litestar application should be accessible on http://yyy.yyy.yyy.yyy:80