From 6a423c03dd8ddc94342260c6cd1540b54a18ea8c Mon Sep 17 00:00:00 2001 From: chapeau Date: Mon, 23 Jun 2025 07:53:14 +0200 Subject: [PATCH] Ajouter User-Documentation/Manual-setup --- User-Documentation%2FManual-setup.-.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 User-Documentation%2FManual-setup.-.md diff --git a/User-Documentation%2FManual-setup.-.md b/User-Documentation%2FManual-setup.-.md new file mode 100644 index 0000000..4a3e405 --- /dev/null +++ b/User-Documentation%2FManual-setup.-.md @@ -0,0 +1,14 @@ +Clone the repo https://gitlab.federez.net/re2o/switchs on a folder. + +We advise for example, /var/local/re2o-services. Fill in the config.ini with the login/password required to login on the main re2o-website, and get all the config from it. + +``` +chirac@re2o-services /var/local/re2o-services/switchs + % cat config.ini +[Re2o] +hostname = re2o.example.org +username = plop +password = plop +``` + +That's all. \ No newline at end of file