cozy-monitor
Version:
Tool to manage you Cozy Platform from the command line.
74 lines (43 loc) • 1.8 kB
Markdown
Cozy Monitor is a tool to manage your Cozy Platform from the command line.
Install it via NPM
npm install cozy-monitor -g
Run following command to see all available actions:
cozy-monitor --help
Or browse the online
[](http://cozy.io/host/manage.html##applications-management).
You can contribute to the Cozy Data System in many ways:
* Pick up an [issue](https://github.com/mycozycloud/cozy-home/issues?state=open) and solve it.
* Improve displayed messages.
* Write tests.
Get sources:
git clone https://github.com/mycozycloud/cozy-monitor.git
Run:
cd cozy-monitor
chmod +x bin/cozy-monitor
./bin/cozy-monitor
Each modification requires a new build, here is how to run a build:
cake build

To run tests type the following command into the Cozy Home folder:
cake tests
Cozy Monitor is developed by Cozy Cloud and distributed under the LGPL v3 license.

[](http://cozy.io) is a platform that brings all your web services in the
same private space. With it, your web apps and your devices can share data
easily, providing you with a new experience. You can install Cozy on your own
hardware where no one profiles you.
You can reach the Cozy Community by:
* Chatting with us on IRC
* Posting on our [Forum](https://groups.google.com/forum/?fromgroups#!forum/cozy-cloud)
* Posting issues on the [Github repos](https://github.com/mycozycloud/)
* Mentioning us on [Twitter](http://twitter.com/mycozycloud)