Skip to content
Snippets Groups Projects
Commit 65d7b0bd authored by BRONES Romain's avatar BRONES Romain
Browse files

(doc) Add instruction to deploy on RCM

parent e87f7c18
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ The module is packaged in sections
There is also a Command Line Interface bin/FofbTool written in python.
= Command Line Interface: Basic usages
== Classic: stop, config, start
......@@ -60,6 +61,26 @@ $ FofbTool --DS-conf
----
== Deploy to pyroot
Checkout the project, make the source distributable.
[source,console]
----
$ python setup.py sdist
----
A .tar.gz file is created in the directory dist/
With sufficient access rights to pyroot, run
[source,console]
----
$ pip install dist/FofbTool-X.Y.tar.gz
----
== More help
[source,console]
......
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