Skip to content

QueerCodingGirl/liquid-feedback-docker

 
 

Repository files navigation

Dockerfile for Liquid Feedback

This is a Fork from gellweiler, which is a fork of altLab. I have updated everything for version 3.2.2, fixed not working stuff and refactored everything for docker-compose / external db usage / configured mailing. I intend to maintain this repo and work on a version 4.0.0 build.

Liquid Feedback is an open-source software, powering internet platforms for proposition development and decision making.

The project's source code has a lot of dependencies and requires a lot of tedious steps to build. This Dockerfile simplifies this process and allows interested developers and organizations to quickly build and run a Liquid Feedback server using a Docker container.

How to use

To build an image go to the Dockerfile dir and do:

docker build -t darkgigabyte/liquid-feedback-docker .

To run the server edit the environment variables in docker-compose.yml and do:

docker-compose up -d

And connect a browser to http://localhost:8080 and login with user admin and empty password

Extra docker registry image search keywords: lqfb, liquid democracy

About

Dockerfile for Liquid Feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 78.1%
  • Dockerfile 13.3%
  • Shell 8.6%