[dev map] (https://coggle.it/diagram/V4zKkkNht0Q0XebK)
Community-based, collabortive discussions & decision-making system for desktop & mobile devices.
##group types
public, closed, secret
EDIT
This project is an integral part of the "Kol Ha'am"(voice of the people) and the "Deliberative democracy" movement in Israel.
"Kol Ha'am" on facebook (This page is in Hebrew)
"Democratia Ye'shira" (Deliberative Democracy) on facebook (This page is also in Hebrew)
Ubuntu Linux
- Change to a directory to hold the install
- Run
git clone https://github.com/delib-org/delib2.git
- Run
cd delib2
(the directory that cloning creates) - Run
sudo apt-get nodejs npm
- Run
sudo npm install -g firebase-tools
- Run
cd public
- Run
sudo firebase serve
- proceed with instructions for all systems below
Windows
- Download & Install npm/node from https://nodejs.org/en/download/
- Open Git Bash (Install git from https://git-scm.com/downloads)
- cd to a directory to hold the install
- Run
git clone https://github.com/delib-org/delib2.git
- Run
cd delib2
(the directory that cloning creates) - Run
npm install -g firebase-tools
- Run
cd public
- Run
firebase serve
- Proceed with instructions for all systems below
All Systems
- Open localhost:5000 in browser
- Choose account to login to app with
EDIT:Provide code examples and explanations of how to get the project.
MIT License
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.