Update INSTALL.md
This commit is contained in:
parent
68fb3b4751
commit
a0c8445e0f
10
INSTALL.md
10
INSTALL.md
|
@ -6,8 +6,6 @@ Initial requirements
|
|||
# adduser etherpad
|
||||
```
|
||||
|
||||
|
||||
|
||||
Install Etherpad-lite
|
||||
=====================
|
||||
|
||||
|
@ -22,7 +20,6 @@ $ git clone --branch master https://github.com/ether/etherpad-lite.git &&
|
|||
$ cd etherpad-lite &&
|
||||
```
|
||||
|
||||
|
||||
Restore "etherpad/settings.json" in etherpad-lite
|
||||
|
||||
Then try to start etherpad
|
||||
|
@ -85,6 +82,7 @@ table_of_contents
|
|||
|
||||
Chalec infos
|
||||
============
|
||||
|
||||
Intall Java
|
||||
`# apt install openjdk-jre-headless`
|
||||
|
||||
|
@ -96,18 +94,18 @@ Add to admin group to read logs
|
|||
# cd
|
||||
```
|
||||
|
||||
|
||||
Download Statoolinfos jar at
|
||||
https://forge.devinsy.fr/devinsy/statoolinfos/releases
|
||||
Download Statoolinfos jar at https://forge.devinsy.fr/devinsy/statoolinfos/releases
|
||||
|
||||
Uncompress in /home/statool-<version>
|
||||
link versioned folder to generic one
|
||||
`$ ln -s statoolinfos-<verion> statoolinfos`
|
||||
|
||||
Restore statool config
|
||||
|
||||
(/var/www/html/.well-known/statoolinfos already restored in etherpad install)
|
||||
|
||||
/home/statoolinfos/statoolinfos/statoolinfos.sh probe -full /hhome/statoolinfos/statoolinfos/conf/pad.chalec.org.conf
|
||||
|
||||
`$ crontab -e`
|
||||
|
||||
45 * * * * /home/statoolinfos/statoolinfos/statoolinfos.sh probe -previousday /home/statoolinfos/statoolinfos/conf/pad.chalec.org.conf >> /home/statoolinfos/statoolinfos.log
|
||||
|
|
Loading…
Reference in New Issue