"RepliClj" authored by Rolf Niepraschk's avatar Rolf Niepraschk
......@@ -32,6 +32,16 @@ Die Programmdateien der selbst programmierten Serverprozesse (in Python, Javascr
systemctl status cal.service
systemctl restart cal.service
```
* [**RepliClj**](https://gitlab1.ptb.de/vaclab/repliclj):
Generates databases and a user at CouchDB (v3) instances. Initialises but also stops replications following the document 000_REPLICATIONS.
Start (`a75438`):
```
systemctl status repliclj.service
systemctl start repliclj.service
```
* [**relayServer**](https://gitlab1.ptb.de/vaclab/relayServer):
Javascript-basiereter Webserver zur Umsetzung diverser Protokolle und Aktionen zum und vom http-Protokoll. Siehe auch `devhub`. Test und Start (`a73434` und weitere):
```
......@@ -116,7 +126,8 @@ Die Programmdateien der selbst programmierten Serverprozesse (in Python, Javascr
systemctl start ipython-lab.service
systemctl status ipython-lab.service
```
TODO: redis, redis-commander, accessGitFS.service, vl_db2git.service
TODO: redis, redis-commander, accessGitFS.service, vl_db2git.service vl-docs.service(a75438) vlagwt.service(a75438)
......
......