OCSInventory-NG / OCSInventory-Server

Communication server of OCS Inventory
http://www.ocsinventory-ng.org/
GNU General Public License v2.0
344 stars 139 forks source link

Documentation issue? #284

Closed StCyr closed 3 years ago

StCyr commented 3 years ago

It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.

Problem's description

Describe your problem here

In file /Api/Ocsinventory/Restapi/README.md it's written:

Prerequisites :

Apache::DBI Mojo::Json Mojolicious::Lite Swagger Mojolicious Plack Switch

However, in file setup.sh, it's written:

                            # Dependencies :
                            # => Mojolicious::Lite
                            # => Plack
                            # => Switch

What's true?

gillesdubois commented 3 years ago

Hi @StCyr

The truth is what in indicated in the setup. Swagger is more for developmment purpose, I'll fix that now.

Regards, Gilles.