Skip to content

derveloper/liquid-feedback-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Liquid Feedback

Liquid Feedback is an open-source application that enables 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 liquid-feedback .

To run the server do:

docker run -p 127.0.0.1:8080:8080 liquid-feedback

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 79.7%
  • Dockerfile 15.2%
  • Shell 5.1%