Proceduri Mentenanta Aplicatie¶
1. Procedura de instalare¶
2. Procedura pentru setarea statiilor client si instalarea componentelor software necesare¶
3. Proceduri de stergere fisiere temporare si Java cache¶
4. Scripturi start/stop/restart sistem¶
Pe serverul de aplicatie se descarca scripturile folosind comanda:
curl -H 'Cache-Control: no-cache' http://static.emsys.ro/emsys/menten/app/start_emsys.sh -o /root/start_emsys.sh http://static.emsys.ro/emsys/menten/app/stop_emsys.sh -o /root/stop_emsys.sh http://static.emsys.ro/emsys/menten/app/restart_emsys.sh -o /root/restart_emsys.sh && dos2unix /root/*sh
Pentru pornire sistem se executa comanda:
sh /root/start_emsys.sh
Pentru oprire sistem se executa comanda:
sh /root/stop_emsys.sh
Pentru repornire sistem se executa comanda:
sh /root/restart_emsys.sh
5. Consultare fisiere jurnal de aplicatie¶
Pentru a consulta jurnalele de aplicatie, se foloseste butonul Download Logs din aplicatia web Docker_Router, tab-ul Containers - corespondent containerului folosit in productie. https://docs.emsys.ro/docker/docker_router/DescriereInterfata/Containers.html