Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
172
Issues
172
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
76bdc3ce
Commit
76bdc3ce
authored
Nov 07, 2016
by
Anthony Dentinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: added a 'downloading and installing' page under 'users'.
Change-Id: I46cd890412a54e36c6199a20a698ba2cc3bb68a8
parent
ab4009ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
1 deletion
+48
-1
Makefile.packaging
Makefile.packaging
+4
-0
docs/source/index.rst
docs/source/index.rst
+1
-0
docs/source/intro/getting_started.rst
docs/source/intro/getting_started.rst
+2
-1
docs/source/users/downloading_and_installing.rst
docs/source/users/downloading_and_installing.rst
+41
-0
No files found.
Makefile.packaging
View file @
76bdc3ce
...
...
@@ -99,6 +99,10 @@ include Makefile.packaging.distro_targets
## Other targets ##
###################
.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
env
/bin/sphinx-build
-b
html docs/source docs/build/html
env
/bin/sphinx-build
-b
texinfo docs/source docs/build/texinfo
...
...
docs/source/index.rst
View file @
76bdc3ce
...
...
@@ -19,6 +19,7 @@ As a developer looking to get started with a contribution, see
:maxdepth: 1
:glob:
users/downloading_and_installing
users/connecting_to_ldap
users/setting_up_turn_stun
...
...
docs/source/intro/getting_started.rst
View file @
76bdc3ce
...
...
@@ -5,4 +5,5 @@ Getting Started
To get started with Ring, you can install it from our repositories.
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
docs/source/users/downloading_and_installing.rst
0 → 100644
View file @
76bdc3ce
.. _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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment