Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feudalBackend
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
20
Issues
20
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
feudal
feudalBackend
Commits
26e2fac0
Commit
26e2fac0
authored
Jul 26, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add links to readme
parent
ef5c651c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
26e2fac0
FEderated User Credential Deployment PortAL (FEUDAL)
====
-
User interface:
[
Webpage
](
https://git.scc.kit.edu/feudal/feudalWebpage
)
-
Component at the sites:
[
Client
](
https://git.scc.kit.edu/feudal/feudalClient
)
Installation
Installation
====
----
-
apt install nginx rabbitmq-server uwsgi-plugin-python3 virtualenv default-libmysqlclient-dev gcc
-
apt install nginx rabbitmq-server uwsgi-plugin-python3 virtualenv default-libmysqlclient-dev gcc
-
Notes: gcc is needed for the python package mysqlclient
-
Notes: gcc is needed for the python package mysqlclient
...
@@ -9,7 +15,7 @@ Installation
...
@@ -9,7 +15,7 @@ Installation
-
su feudal
-
su feudal
-
git clone git.scc.kit.edu/fum/fum_backend ~/backend
-
git clone git.scc.kit.edu/fum/fum_backend ~/backend
-
Configure your database in ~/.my.cnf
-
Configure your database in ~/.my.cnf
-
Configure django in ~/backend/
feudal
/settings.py
-
Configure django in ~/backend/
django_backend
/settings.py
-
cd ~/backend
-
cd ~/backend
-
./generate-secret
-
./generate-secret
-
virtualenv -p /usr/bin/python3
-
virtualenv -p /usr/bin/python3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment