$mysql -uroot -p < acrcloud_database.sql
.python acrcloud_local_server.py
to start monitor server.python acrcloud_client.py
.Ctrl + \
to stop monitor server (in Linux).mysql -uroot -p < acrcloud_database.sql
.\install_python_packages_for_windows.bat
MySQL_python‑1.2.5‑cp27‑none‑win32.whl (or MySQL_python‑1.2.5‑cp27‑none‑win_amd64.whl)
python -m pip install MySQL_python‑1.2.5‑cp27‑none‑win32.whl
python -m pip install mysql-python
python acrcloud_local_server.py
python acrcloud_stop.py
and Ctrl-Cgit clone https://github.com/acrcloud/acrcloud_local_monitor
cd acrcloud_local_monitor
docker build -t acrcloud/acr_local_monitor_image:v1 .
docker run --rm -itv /<Change to your directory>/acrcloud_local_monitor:/docker_local_monitor --name="acr_local_monitor" acrcloud/acr_local_monitor_image:v1