-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ByteOtter
committed
Jun 14, 2024
1 parent
639cc81
commit 1da7f82
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,54 @@ | ||
*********************** | ||
Installing Cobbler-TFTP | ||
*********************** | ||
|
||
Please note that Cobbler-TFTP is currently still in an early development stage and is not yet ready to be released. | ||
However, these methods of Installation will be available: | ||
|
||
Installation Requirements | ||
========================= | ||
|
||
To install and use Cobbler-TFTP, please make sure you have *at least Python 3.6* installed. | ||
|
||
### Install via `pip` | ||
|
||
Cobbler-TFTP is published to PyPi. | ||
To install it, please make sure that your system fulfills the installation requirements listed above and has `pip`, | ||
the Python package manager, installed. | ||
|
||
To install Cobbler-TFTP you can then simply run: | ||
|
||
.. code-block:: bash | ||
pip install cobbler-tftp | ||
|
||
|
||
Install on Linux via Package manager | ||
==================================== | ||
|
||
Cobbler-TFTP is packaged for a number of Linux distributions. | ||
|
||
Note: The native linux packages do not yet exist. | ||
These instructions are just representing what we have planned for the near future. | ||
|
||
Install on openSUSE | ||
------------------- | ||
|
||
.. code-block:: bash | ||
sudo zypper install cobbler-tftp | ||
|
||
Install on Fedora | ||
----------------- | ||
|
||
.. code-block:: bash | ||
sudo dnf install cobbler-tftp | ||
|
||
|
||
Install on Debian, Ubuntu and Linux Mint | ||
---------------------------------------- | ||
|
||
.. code-block:: bash | ||
sudo apt install cobbler-tftp |