Documentation ¶
Overview ¶
The devcam tool is a collection of wrappers around the camlistore programs (camistored, camput, camtool...) which take care of setup and configuration, so they can be used by developers to ease hacking on camlistore.
Usage:
devcam <mode> [modeopts] -- [commandargs]
Modes:
appengine: run the App Engine camlistored in dev mode. get: run camget in dev mode. put: run camput in dev mode. server: run the stand-alone camlistored in dev mode.
Examples:
devcam get <blobref> devcam get -- --shared http://localhost:3169/share/<blobref> devcam put file --filenodes /mnt/camera/DCIM devcam server -wipe -mysql -fullclosure
For mode-specific help:
devcam <mode> -help
Click to show internal directories.
Click to hide internal directories.