-
I am interested in using csdm to manage our player stats in our private server. We found the stats provided by csdm with an added benefit of being able to analyze individual games is super impressive. But we don't want to analyze games and pull in stats for every game manually in a local machine. So I would like to leverage the cli to automatically analyze and send the stats to the database in the dedicated server. So my question: Is it possible to install and configure csdm cli in a linux dedicated server in a headless manner? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
in a CRON job, you could execute the CLI |
Beta Was this translation helpful? Give feedback.
in a CRON job, you could execute the CLI
csdm analyze /my/folder/path
, it will analyze all non-analyzed demos in the folder.