서버모니터 앱 - 백엔드 서버 설치 가이드(Install manual)
< How to Install Backend Server > -- Summary— <Update OS> <Install Python and Pip> <Set Up the Backend Server > <Run app.py = After modificatying app.py, follow this procedures > Etc: Source code location: nolgaemi.github.io -- Detailed Procedures – <Files Location> (server-monitor-env) [root@BackEnd-Server instance]# pwd /root/server-monitor/instance (server-monitor-env) [root@BackEnd-Server instance]# ll total 12 -rw-r--r--. 1 root root 12288 Aug 2 10:34 agent_data.db (server-monitor-env) [root@BackEnd-Server server-monitor]# pwd /root/server-monitor (server-monitor-env) [root@BackEnd-Server server-monitor]# ll total 16 -rw-r--r--. 1 root root 3671 Jul 23 17:14 app.py -rw-r--r--. 1 root root 125 Jul 16 16:34 config.py drwxr-xr-x. 2 root root 27 Aug 2 10:36 instance -rw-r--r--. 1 root root 189 Jul 23 13:21 manage.py -rw-------. 1 root root ...