Skip to content

Commit

Permalink
Merge pull request #221 from Raphux/master
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
Raphux committed Nov 4, 2017
2 parents 35e9021 + 2c38a55 commit fe03ff3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/installation-and-configuration/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Installation and configuration
###############################
PaSSHport installation and configuration
########################################

This chapter describes the installation on different distro, and the main configuration principles.

Expand Down
16 changes: 10 additions & 6 deletions docs/installation-and-configuration/installation-on-centos.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
PaSSHport Installation
######################

Installation on CentOS 7
=============================

Expand All @@ -10,7 +7,7 @@ The easy, automated way
-----------------------
You can review the installation script `here <https://raw.githubusercontent.com/Raphux/passhport/master/tools/passhport-install-script-centos7.sh>`__.

You can run it directly from command line ( please ensure that curl is installed : ``apt install curl`` ):
You can run it directly from command line :

.. code-block:: none
Expand All @@ -24,8 +21,15 @@ The long, manual way

To understand what you do on your system when you install PaSSHport, follow the instructions below, that are more or less the step by step commands from the automated installation script.

We install python34-pip package. If yum can't find the package, you **NEED** to configure EPEL repository.
(you can try running the command : ``rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm``, but the package version may be outdated, so… Google it.) :)
Before continue, you **NEED** to configure EPEL repository. The purpose of the current documentation is not to describe this process, but you can try running the command :

.. code-block:: none
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
if the package version may be outdated, find the latest one… Google it. :)

Install python34-pip package :

.. code-block:: none
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
PaSSHport Installation
######################

Installation on Debian 8 or 9
=============================

Expand Down

0 comments on commit fe03ff3

Please sign in to comment.