forked from altLab/liquid-feedback-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
17 lines (9 loc) · 738 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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