Skip to content
Snippets Groups Projects
Commit 76bdc3ce authored by Anthony Dentinger's avatar Anthony Dentinger
Browse files

docs: added a 'downloading and installing' page under 'users'.

Change-Id: I46cd890412a54e36c6199a20a698ba2cc3bb68a8
parent ab4009ff
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,10 @@ include Makefile.packaging.distro_targets ...@@ -99,6 +99,10 @@ include Makefile.packaging.distro_targets
## Other targets ## ## Other targets ##
################### ###################
.PHONY: docs .PHONY: docs
# Build the documentation
# Note that newly added RST files will likely not display on all documents'
# navigation bar unless the docs/build folder is manually deleted.
docs: env docs: env
env/bin/sphinx-build -b html docs/source docs/build/html env/bin/sphinx-build -b html docs/source docs/build/html
env/bin/sphinx-build -b texinfo docs/source docs/build/texinfo env/bin/sphinx-build -b texinfo docs/source docs/build/texinfo
......
...@@ -19,6 +19,7 @@ As a developer looking to get started with a contribution, see ...@@ -19,6 +19,7 @@ As a developer looking to get started with a contribution, see
:maxdepth: 1 :maxdepth: 1
:glob: :glob:
users/downloading_and_installing
users/connecting_to_ldap users/connecting_to_ldap
users/setting_up_turn_stun users/setting_up_turn_stun
......
...@@ -5,4 +5,5 @@ Getting Started ...@@ -5,4 +5,5 @@ Getting Started
To get started with Ring, you can install it from our repositories. To get started with Ring, you can install it from our repositories.
Instructions on installing Ring can be found on the Instructions on installing Ring can be found on the
`download section <https://ring.cx/en/download>`_ of the Ring website. :ref:`Downloading and installing <downloading_and_installing>` section of the current
documentation.
\ No newline at end of file
.. _downloading_and_installing:
Downloading and installing
==========================
In order to download and install Ring, first go to Ring’s
`download page <https://ring.cx/en/download>`_ and select the appropriate
platform for your software.
For Gnome/Linux clients
#######################
Installing via the terminal
---------------------------
To install Ring from the terminal, you just need to follow these next steps:
1. Select your Linux distribution (e.g., Debian 8).
2. Copy the commands in the dark box and paste them in a terminal. It’s possible that you need root access for this.
3. Execute the commands.
Installing using binary packages
--------------------------------
If you wish to use an installator and install Ring manually, go to Ring’s
`manual installation <https://ring.cx/en/download/gnu-linux/manual>`_ page and
follow these steps:
1. Select your Linux distribution from the drop-down list.
2. Download and execute the daemon installer.
3. Download and execute the client installer.
Whether you install Ring via the terminal or binary packages, Ring should have
been installed on your operating system and should appear in your applications
list.
Troubleshooting
###############
*This subsection is currently empty.*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment