Skip to content

gellweiler/liquid-feedback-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Dockerfile for Liquid Feedback

[Liquid Feedback](http://liquidfeedback.org) 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](http://docker.io) container.

## How to use

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

    docker build .
    
To run the server do:

    docker run liquid-feedback -p "localhost:8080:8080"
    
And connect a browser to http://localhost:8080 and login with user admin and empty password

About

Dockerfile for Liquid Feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 94.1%
  • Shell 5.9%