Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
anselm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
anselm
Commits
87fafd07
Commit
87fafd07
authored
Sep 12, 2018
by
wactbprot
Browse files
Options
Downloads
Patches
Plain Diff
install proc --> rdm
parent
dd8d923d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+30
-8
30 additions, 8 deletions
README.rst
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
31 additions
and
8 deletions
README.rst
+
30
−
8
View file @
87fafd07
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
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
87fafd07
...
...
@@ -37,6 +37,7 @@ setup(
'
coloredlogs
'
,
'
redis
'
,
'
flask
'
,
'
requests
'
,
],
#extras_require={
# 'dev': ['sphinx',
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment