Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 753 Bytes

readme.md

File metadata and controls

36 lines (21 loc) · 753 Bytes

Ethercalc

Ethercalc is a web-based spreadsheet that allows multiple users to edit a spreadsheet at the same time. It is a self-hosted application that can be used to create and edit spreadsheets.

Setup to get service running

Run the following commands

sudo mkdir /var/ethercalc/

sudo touch /var/ethercalc/ethercalc.log

sudo touch /var/ethercalc/ethercalc-error.log

sudo npm i -g ethercalc

Running the Tool

ethercalc

The application runs on port 8000.

Copy the service file to /etc/systemd/system/ then run the following commands

sudo systemctl daemon-reload

sudo systemctl enable ethercalc.service

sudo systemctl start ethercalc.service