================================================== Proceduri Mentenanta Aplicatie ================================================== 1. Procedura de instalare ----------------------------- https://docs.emsys.ro/docker 2. Procedura pentru setarea statiilor client si instalarea componentelor software necesare --------------------------------------------------------------------------------------------- https://docs.emsys.ro/erp/necesar/Recomandari_Statie.html 3. Proceduri de stergere fisiere temporare si Java cache -------------------------------------------------------------------------- https://docs.emsys.ro/erp/necesar/Stergere_Cache.html 4. Scripturi start/stop/restart sistem --------------------------------------------- Pe serverul de aplicatie se descarca scripturile folosind comanda: .. code-block:: c 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: .. code-block:: c sh /root/start_emsys.sh Pentru oprire sistem se executa comanda: .. code-block:: c sh /root/stop_emsys.sh Pentru repornire sistem se executa comanda: .. code-block:: c 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