All Projects → liqd → adhocracy-plus

liqd / adhocracy-plus

Licence: AGPL-3.0 license
adhocracy+ is a SaaS platform to make digital democracy easy for everyone

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Makefile
30231 projects
CSS
56736 projects
shell
77523 projects

adhocracy+

adhocracy.plus is a free Open-Source participation platform maintained and primarily developed by Liquid Democracy e.V.. It is based on adhocracy 4 and Django.

Build Status Coverage Status

Getting started

adhocracy+ is designed to make online participation easy and accessible to everyone. It can be used on our SaaS-platform or installed on your own servers. How to get started on our platform is explained here.

Installation for development

Requirements:

  • nodejs (+ npm)
  • python 3.x (+ venv + pip)
  • libpq (only if postgres should be used)

Installation:

git clone https://github.com/liqd/adhocracy-plus.git
cd adhocracy-plus
make install
make fixtures

Start virtual environment:

source venv/bin/activate

Check if tests work:

make test

Start a local server:

make watch

Use postgresql database for testing:

run the following command once:

make create-postgres

to start the testserver with postgresql, run:

export DATABASE=postgresql
make start-postgres
make watch

Go to http://localhost:8004/ and login with [email protected] | password

Installation on a production system

You like adhocracy+ and want to run your own version? An installation guide for production systems can be found here.

Contributing or maintaining your own fork

If you found an issue, want to contribute, or would like to add your own features to your own version of adhocracy+, check out contributing.

Security

We care about security. So, if you find any issues concerning security, please send us an email at info [at] liqd [dot] net.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].