From 1edf21ecbae2dea097d8cd0e20c39f84afd595f9 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 21 Apr 2016 14:54:54 +0200 Subject: [PATCH] [docs] Added basic deamon initialization and debugging info Improved README introduction section. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 9035561..c51cb43 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,13 @@ For a list of the latest builds, take a look at `downloads.openwisp.org If you need a package for other SoCs you will need to compile the package, see `Compiling openwisp-config`_. +Once installed, the package needs to be configured (see `Configuration options <#configuration-options>`_ section below) +and started with:: + + /etc/init.d/openwisp_config start + +To ensure the agent is working correctly find out how to debug in the `Debugging <#debugging>`_ section. + Configuration options ---------------------