Skip to content

Commit

Permalink
docs: Deployment guides for Docker and Supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
William Stam committed Nov 15, 2023
1 parent 8211221 commit 064c934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/deployment/supervisor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 064c934

Please sign in to comment.