"redis" authored by Rolf Niepraschk's avatar Rolf Niepraschk
...@@ -85,6 +85,26 @@ systemctl start xxx.service ...@@ -85,6 +85,26 @@ systemctl start xxx.service
systemctl list-timers systemctl list-timers
``` ```
* [**JupyterLab**](https://jupyter.org/):
Test und Start (`a73435`):
```
systemctl restart ipython-lab.service
```
Es hat sich gezeigt, dass dies in größeren Zeitabständen notwendig ist, weil Probleme bei der Verwendung des »JupyterLab« auftraten. (**TODO** Evtl. Automatismus ähnlich zu `webapps-deliverer-restart` einführen?)
Installation unter »openSUSE 15.4« (2022-06-13):
```
zypper in python3-jupyterlab
pip3 install MarkupSafe==1.1.1
pip3 install jupyter_server
systemctl enable ipython-lab.service
systemctl start ipython-lab.service
systemctl status ipython-lab.service
```
* [**DevHub**](https://gitlab1.ptb.de/vaclab/devhub): * [**DevHub**](https://gitlab1.ptb.de/vaclab/devhub):
A device hub written in clojure. Siehe such `devhub`. Test und Start (`i75419`, `i75464`, `i75422`, ...): A device hub written in clojure. Siehe such `devhub`. Test und Start (`i75419`, `i75464`, `i75422`, ...):
...@@ -116,33 +136,28 @@ systemctl start xxx.service ...@@ -116,33 +136,28 @@ systemctl start xxx.service
<!-- ** metis **, --> <!-- ** metis **, -->
* [**elasticsearch**](https://www.elastic.co/de/elasticsearch/): * [**elasticsearch**](https://www.elastic.co/de/elasticsearch/):
Test und Start (`a75438`): Start (`a75438`):
``` ```
systemctl status elasticsearch.service
systemctl start elasticsearch.service systemctl start elasticsearch.service
``` ```
* [**JupyterLab**](https://jupyter.org/): * [**redis**](https://redis.io/):
Test und Start (`a73435`): The open source, in-memory data store used by millions of developers as a
database, cache, streaming engine, and message broker.
Start (`i75419`, `i75422`, `i75464`):
``` ```
systemctl restart ipython-lab.service systemctl restart redis.service
``` ```
Es hat sich gezeigt, dass dies in größeren Zeitabständen notwendig ist, weil Probleme bei der Verwendung des »JupyterLab« auftraten. (**TODO** Evtl. Automatismus ähnlich zu `webapps-deliverer-restart` einführen?)
Installation unter »openSUSE 15.4« (2022-06-13): und/oder (???)
``` ```
zypper in python3-jupyterlab systemctl restart redis-server.service
pip3 install MarkupSafe==1.1.1
pip3 install jupyter_server
systemctl enable ipython-lab.service
systemctl start ipython-lab.service
systemctl status ipython-lab.service
``` ```
TODO: redis, redis-commander, accessGitFS.service, vl_db2git.service vlagwt.service(a75438) metis backup TODO: accessGitFS.service, vl_db2git.service, metis, backup
... ...
......