Skip to content
Snippets Groups Projects
Commit 87fafd07 authored by wactbprot's avatar wactbprot
Browse files

install proc --> rdm

parent dd8d923d
No related branches found
No related tags found
No related merge requests found
anselm
======
start the system with:
requirements
============
* couchdb
* redis
* PyQt5
* flask
redis
=====
install on opensuse with (su):
.. code-block:: shell
> zypper ref
> zypper in redis
> cp -a /etc/redis/default.conf.example /etc/redis/default.conf
> chown root:redis /etc/redis/default.conf
> chmod u=rw,g=r,o= /etc/redis/default.conf
>
> install -d -o redis -g redis -m 0750 /var/lib/redis/default/
>
> systemctl start redis@default
> systemctl enable redis@default
install and run
===============
.. code-block:: shell
> python3 -m venv /path/to/anselm
> cd /path/to/anselm
> source bin/activate
> pip install -e .
>
> ./anselm.sh & ./srv.sh
requirements
============
* couchdb
* redis
* PyQt5
* flask
......@@ -37,6 +37,7 @@ setup(
'coloredlogs',
'redis',
'flask',
'requests',
],
#extras_require={
# 'dev': ['sphinx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment