Sign inSign up

felix/etherpad-lite

By felix

•Updated over 7 years ago

https://github.com/ether/etherpad-lite

Image
0

383

felix/etherpad-lite repository overview

⁠Deploy with existing dump

git submodule update --init
docker-compose up -d postgres
docker-compose logs postgres  # wait for it
./bin/load.sh pad.pgdump
docker-compose up -d

⁠API

apikey=$(dc exec etherpad cat APIKEY.txt)

# version
curl http://localhost:9001/api?apikey=$apikey

Tag summary

Content type

Image

Digest

Size

358.6 MB

Last updated

over 7 years ago

docker pull felix/etherpad-lite