From 8b777e4f2e7e8ae10b2a4e033e40ad37c003f009 Mon Sep 17 00:00:00 2001 From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Thu, 13 Nov 2014 17:28:33 -0200 Subject: [PATCH] Update README Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> --- README | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/README b/README index 4823700..95655eb 100644 --- a/README +++ b/README @@ -1,41 +1,43 @@ datasid-agent ============== -This program is supossed to be installed on client machines -here it will +This program is supposed to be installed on client machines here it will collect information about CPU, memory, disk, network, etc. -All this information is sent to a WebService (datasid-server) -and later displayed on datasid public website. +All this information is sent to a WebService (simmc-webservice) +and later displayed on the simmc public website. COMPILING THE LINUX AGENT ------------------------- +First, if you want to update the version of the package, change the variable +PACKAGE_VERSION on agent/configure. + Just run: ./build-agent.sh -or ./build-agent.sh --test to generate the agent pointing to +or ./build-agent.sh --test to generate the agent pointing to the test server. -After that, the following things will be generated on the +After that, the following things will be generated on the agent directory: 1. datasid-$(VERSION)-update.run Description: The datasid agent update. -Important: On a new agent realease, do not forget to edit the -file /home/datasid/conf/webservice.properties to that way the +Important: On a new agent realease, do not forget to edit the +file /home/datasid/conf/webservice.properties so the webservice can respond with the correct version and link. Destination: /home/datasid/www/download/ 2. datasid-$(VERSION)-install.run -Description: The datasid agent that is embedded in the +Description: The datasid agent that is embedded in the datasid debian package. Destination directory: /home/datasid/www/download/ 3. agent-files -Description: This directory contains the files needed to +Description: This directory contains the files needed to generate the agent with the pointInfo and proxy files embedded in the agent installer. Destination: /home/simmc/simmc/scripts/ @@ -49,18 +51,18 @@ cd windows-installer #Install all packages required to generate the windows agent installer ./install-essencials.sh -#Generate the windows agent installer -make +#Generate the windows agent installer +make -or make test to generate the agent pointing to +or make test to generate the agent pointing to the test server. -After that, the following things will be generated on the +After that, the following things will be generated on the windows-installer directory: 1. windows-agent -Description: This directory contains the files needed to +Description: This directory contains the files needed to generate the agent with the pointInfo and proxy files embedded in the agent installer. Destination: /home/simmc/simmc/scripts/ @@ -68,7 +70,7 @@ Destination: /home/simmc/simmc/scripts/ 2. windows-agent/DataSID.exe Description: The datasid agent update. -Important: On a new agent realease, do not forget to edit the -file /home/datasid/conf/webservice.properties to that way the +Important: On a new agent realease, do not forget to edit the +file /home/datasid/conf/webservice.properties to that way the webservice can respond with the correct version and link. -Destination: /home/datasid/www/download/ \ No newline at end of file +Destination: /home/datasid/www/download/ -- GitLab