UNPKG

1.05 kBMarkdownView Raw
1# Cozy Manager
2
3Cozy Manager is a tool for Cozy Web Application developers. It makes easy to
4start with building an application for the Cozy Cloud Platform.
5
6 npm install cozy -g
7 cozy new myapp --github myaccount
8 cd myapp
9
10Add some features, then:
11
12 cozy deploy
13
14# Managing your virtual machine
15
16The Cozy Manager helps you to manage a virtual machine through Vagrant.
17
18```
19cozy dev:init
20cozy dev:start
21
22cozy dev:stop
23```
24
25More information about CozyCloud and virtual machines in [the documentation](https://github.com/mycozycloud/cozy-setup/wiki/Setup-cozy-cloud-development-environment-via-a-virtual-machine).
26
27
28# About Cozy
29
30Cozy is a private pesronal cloud solution that allows you to host all your
31personnal application in a single place you control.
32This way, you can manage your data from anywhere while protecting your privacy.
33
34https://cozycloud.cc
35
36# Cozy on IRC
37
38Feel free to check out our IRC channel (#cozycloud on irc.freenode.org) if you have any technical issues/inquiries or simply to speak about Cozy cloud in general.