Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation guide to docs
Browse files Browse the repository at this point in the history
ByteOtter committed Jun 14, 2024
1 parent 639cc81 commit 1da7f82
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions docs/installation.rst
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

0 comments on commit 1da7f82

Please sign in to comment.