From 4403605963a911e609ca048a318ef5fc9da08172 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Oct 15 2015 11:06:09 +0000 Subject: updates with a new why doc. --- diff --git a/docs/index.rst b/docs/index.rst index 3f2b2d9..ee41e0f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 + why development diff --git a/docs/why.rst b/docs/why.rst new file mode 100644 index 0000000..d89bf57 --- /dev/null +++ b/docs/why.rst @@ -0,0 +1,37 @@ +What is Brume? +=============== + +Brume is a private cloud application which can be easily installed and maintained on +standard user laptop/desktop or even on a server. + + +Why another cloud? +------------------- + +The existing FOSS cloud applications target Enterprise as the primary user. +This leaves a big hole where small/medium scale companies, universities, +students can not install, or maintain a cloud of their own. The amount of +technical knowledge required to maintain any of the available cloud is still +very high. Brume will fit in this hole where it will give the minimal features of any existing +cloud application. + + +What is Cloud again? +--------------------- + +We follow `this definition `_ of cloud. + + +Why not just use Vagrant then? +------------------------------ + +Vagrant is a great tool for setting up development environment using vm(s) on a system, but it is not a cloud. If you look back at the +essential characteristics from the above mentioned document, you will find the following + +* On-demand self-service +* Broad network access +* Resource pooling +* Rapid elasticity +* Measured service + +These characteristics are not available in any such tool.