Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed Jul 9, 2018
1 parent bc40453 commit dddc237
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Getting started
===============

Deployment
----------

Use `ardas-tools <https://github.com/UMONS-GFA/ardas-tools>`_ scripts for easy deployment

Or deploy manually

Get the code::

Expand All @@ -19,6 +25,9 @@ To fix this::
sudo apt install libatlas-base-dev


Configure your settings
-----------------------

Edit the **settings_example.py** file according to your configuration and rename it settings.py.

See the `settings list parameters <settings.html>`_ for more information.
Expand All @@ -29,6 +38,15 @@ See the `sensors <sensors.html>`_ for more information.

Don't forget: for using ardas tty, the user must be in **dialout** group !

Start the process
-----------------
::

python3 raspardas.py

Stop the process
----------------

Stop the process correctly::

telnet REMOTE_IP REMOTE_PORT
Expand All @@ -37,4 +55,4 @@ then::

#KL

Don't forget to replace REMOTE_PORT by your local_port set in your settings file
Don't forget to replace *REMOTE_PORT* by your local_port set in your settings file

0 comments on commit dddc237

Please sign in to comment.