mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-12-22 12:03:48 +01:00
Added: Installation Overview Page
This commit is contained in:
parent
925bb82867
commit
4ab1aa8d01
@ -18,9 +18,9 @@ import sphinx_rtd_theme
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Fab-Access'
|
project = 'FabAccess'
|
||||||
copyright = '2020, Fab-Infra Team'
|
copyright = '2020, FabInfra Team'
|
||||||
author = 'Fab-Infra Team'
|
author = 'FabInfra Team'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
@ -30,7 +30,7 @@ author = 'Fab-Infra Team'
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx_rtd_theme",
|
"sphinx_rtd_theme",
|
||||||
"recommonmark",
|
"recommonmark"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
@ -42,7 +42,7 @@ master_doc = 'index'
|
|||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = 'de'
|
language = 'en'
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
@ -3,18 +3,11 @@
|
|||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to fab-access's documentation!
|
Welcome to FabAccess documentation!
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
|
installation/installation.rst
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
1
source/installation/client_build.md
Normal file
1
source/installation/client_build.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Build Client from Source
|
1
source/installation/client_store.md
Normal file
1
source/installation/client_store.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Get Client from Store
|
34
source/installation/installation.rst
Normal file
34
source/installation/installation.rst
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
Install FabAccess
|
||||||
|
=================
|
||||||
|
|
||||||
|
FabAccess has an Server an Client structure.
|
||||||
|
|
||||||
|
So the Server and the Client must be installed seperatly.
|
||||||
|
|
||||||
|
Install Server
|
||||||
|
--------------
|
||||||
|
The Server can be installed over two recommended ways.
|
||||||
|
|
||||||
|
The easiest way is to use Docker with Docker-Compose.
|
||||||
|
|
||||||
|
To add youre own Plugins and Software you should use the Build way.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
server_build.md
|
||||||
|
server_docker.md
|
||||||
|
|
||||||
|
Install Client
|
||||||
|
--------------
|
||||||
|
The Client communicates with the server over an API.
|
||||||
|
So you can use any Client that support the current API Version of the Server.
|
||||||
|
|
||||||
|
We provide an Native Client for the following Platforms:
|
||||||
|
* Android
|
||||||
|
* iOS
|
||||||
|
* UWP
|
||||||
|
|
||||||
|
For MacOS and Linux(GTK) we will provide a Client later in our Development.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
client_store.md
|
||||||
|
client_build.md
|
1
source/installation/server_build.md
Normal file
1
source/installation/server_build.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Build Server from Source
|
1
source/installation/server_docker.md
Normal file
1
source/installation/server_docker.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Run Server with Docker
|
Loading…
Reference in New Issue
Block a user