Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.09 KB

Webcampak 3.0 CLI

Build Status

Please refer to Core for an entry point into Webcampak Code.

Webcampak CLI is the tool in charge of picture acquisition, video creation, xfer queue management and other backend related tasks. It is currently being called by CRON jobs or through the API.

Forewords

Many parts of the system refer to a static path to access many different webcampak files. To facilitate development (and even deployment), we recommend using cloning the core repo into: /home/webcampak/webcampak/

Installation

$ pip install -r requirements.txt
$ python setup.py install

Development environment

$ cd /home/webcampak/webcampak/bin/cli/
$ virtualenv /home/webcampak/webcampak/bin/cli/env
$ source /home/webcampak/webcampak/bin/cli/env/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
$ webcampak --help