Closed stefanos1316 closed 3 years ago
Please also adjust the README file
Sure, will adjust it now.
@dspinellis I guess you mean that I should remove unnecessary text like the following: "After downloading the project you can run the health authority server code on a (hopefully) more powerful Raspberry-Pi host as follows."
Please note that there are instructions on how to run the deploy.yml
in the README.md file.
I can also write the requirements, for instance, update.sh file should be in this folder in order to run the server. This is what you meant by the adjust?
Ah, OK. If we already have instructions for deploying on a server no adjustment is needed.
Still, I have made a few in this PR to clarify some things.
Changed the server URL where the devices are fetching the
update.sh
andfilter.sh
. Now, the devices will use thehttps://epidose.ellak.gr
. Here is the output from the current test:As said, the server will generate a new filter every six hours by invoking the following cronjob:
I have used the /home/sgeorgiou since this account was created for me by ELLAK. If you like to, I can create another root account named
epidose
that we share between us.Also, I will issue another PR to generate the above cronjob through the deploy.yml script of the back_end.