mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
20 lines
410 B
Markdown
20 lines
410 B
Markdown
|
ethercalc
|
||
|
=========
|
||
|
|
||
|
[EtherCalc][1] is a web spreadsheet.
|
||
|
|
||
|
Your data is saved on the web, and people can edit the same document at the
|
||
|
same time. Everybody's changes are instantly reflected on all screens.
|
||
|
|
||
|
Work together on inventories, survey forms, list management, brainstorming
|
||
|
sessions and more!
|
||
|
|
||
|
## up and running
|
||
|
|
||
|
```
|
||
|
$ docker-compose up -d
|
||
|
$ curl http://127.0.0.1:8000
|
||
|
```
|
||
|
|
||
|
[1]: https://ethercalc.net/
|