mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Add Amazon Linux 2023 install guide (#6331)
This commit is contained in:
26
docs/install_guides/amazon-linux-2023.rst
Normal file
26
docs/install_guides/amazon-linux-2023.rst
Normal file
@@ -0,0 +1,26 @@
|
||||
.. _install-amazon-linux-2023:
|
||||
|
||||
===================================
|
||||
Installing Red on Amazon Linux 2023
|
||||
===================================
|
||||
|
||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
||||
|
||||
.. include:: _includes/linux-preamble.rst
|
||||
|
||||
-------------------------------
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Amazon Linux 2023 has all required packages available in official repositories. Install
|
||||
them with dnf:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo dnf -y install python3.11 python3.11-devel git java-17-amazon-corretto-headless @development nano
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.11.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
Reference in New Issue
Block a user