Size: 307
Comment:
|
← Revision 7 as of 2023-02-02 16:03:32 ⇥
Size: 371
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
* Runs on alicudi on port 9001 | * Runs on vulcano on port 9001 |
Line 4: | Line 4: |
# {{{git clone https://github.com/ether/etherpad-lite.git}}} # {{{docker build --tag etherpad .}}} |
1. {{{git clone https://github.com/ether/etherpad-lite.git}}} 2. {{{docker build --tag etherpad .}}} |
Line 7: | Line 7: |
# TODO | 1. {{{docker run --restart unless-stopped -d -p 9001:9001 etherpad}}} |
- Runs on vulcano on port 9001
Proxy on filicudi via https://ad-research.cs.uni-freiburg.de/etherpad/
- To build Docker container:
git clone https://github.com/ether/etherpad-lite.git
docker build --tag etherpad .
- To start container as service on port 9001:
docker run --restart unless-stopped -d -p 9001:9001 etherpad