remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.31k stars 141 forks source link

add 'hive' option to install script #16

Closed michielbdejong closed 13 years ago

michielbdejong commented 13 years ago

we came up with terminology in which a federated unhosted website (installing the current sdk, so that you get a storage node and a demo app) is a 'flower', and users are like 'bees'. in this analogy, if you are the IT team of some organization and give out unhosted accounts to your employees, then the install script should only install the storage node, and not the demo app. otherwise it's confusing. so the install script should give the option :install as flower (default) or :install as hive (no app, only storage node).

DanielG commented 13 years ago

nice idea, I like the terminology.

michielbdejong commented 13 years ago

done on 'devel' branch, will push to master once we review all the (non-existence of) css and UX