Changes between Initial Version and Version 1 of ethercalc


Ignore:
Timestamp:
Jun 20, 2013, 5:38:09 PM (12 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ethercalc

    v1 v1  
     1= Maintaining ethercalc =
     2
     3We are running [http://ethercalc.net/ ethercalc] (a spreadsheet/wiki web software) at https://calc.mayfirst.org/.
     4
     5It depends on [wiki:nodejs node.js].
     6
     7It was installed by running, as the calc user on mchesney (and in the /home/calc):
     8
     9{{{
     10npm install ethercalc
     11}}}
     12
     13That created a directory structure in /home/calc/node_modules.
     14
     15The init script is handled by runit and is located in /etc/sv/ethercalc.
     16
     17To update to the latest version of ethercalc, run the following command in /home/calc as the ethercalc user:
     18
     19{{{
     20npm update
     21}}}
     22
     23Then, restart ethercalc (as root):
     24
     25{{{
     26sv restart ethercalc
     27}}}
     28