https://github.com/quving/etherpad-lite
https://github.com/quving/etherpad-lite
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quving/etherpad-lite
- Owner: Quving
- Created: 2017-02-16T23:42:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T02:22:57.000Z (over 8 years ago)
- Last Synced: 2025-10-23T11:46:46.022Z (8 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://drone.quving.com/Quving/vingupad)
# Vingupad
This repository provides scripts to host your own [etherpad-lite](http://etherpad.org/) using [docker](https://www.docker.com/what-docker).

## Installation (built by yourself)
The etherpad application is running on the default port (9001).
#### Build the docker image
``` $ docker build -t vingupad:latest . ```
#### Run the container
``` $ docker run -d -v /path/to/vingupad-data:/vingupad/epad/var -p 9001:9001 --name vingupad vingupad:latest```
#### Check your browser at the url
```$ curl http://localhost:9001```
### Enjoy!