Debug Headless

This commit is contained in:
Yam ZhengLim
2024-01-27 18:19:32 +08:00
parent 4ff602f2c6
commit da5162952f
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -16,6 +16,12 @@
###### python3 main.py
```
### First time run playwright
```
###### playwright install
###### playwright install-deps
```
### Some VM Tips
```
###### Host: data-managmenet project
@@ -28,7 +34,7 @@
###### Crontab log: grep CRON /var/log/syslog
###### Python log: grep 'mycmd' /var/log/syslog
###### Remove file cmd: rm -rf
###### git clone https://gitlab.com/CIEFWorldwideSdnBhd/data-management.git
###### git clone https://gitlab.com/cief-data/data-management.git
###### pip3 install -r requirements.txt
```