Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sams-classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
coding-at-fu
sams-classes
Commits
37df1906
There was a problem fetching the pipeline summary.
Commit
37df1906
authored
8 years ago
by
Sebastian Lobinger
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://git@git.imp.fu-berlin.de/slobinger/sams-classes.git
parents
0da8680a
ecde2872
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-1
32 additions, 1 deletion
README.md
with
32 additions
and
1 deletion
README.md
+
32
−
1
View file @
37df1906
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
-
[
sams_classes
](
#sams_classes
)
-
[
Installation
](
#installation
)
-
[
Klassen
](
#klassen
)
-
[
SAMSHub
](
#samshub
)
-
[
Methoden
](
#methoden
)
-
[
Eigenschaften
](
#eigenschaften
)
-
[
SAMSApp
](
#samsapp
)
-
[
Methoden
](
#methoden-1
)
-
[
Eigenschaften
](
#eigenschaften-1
)
-
[
SAMProxy
](
#samproxy
)
-
[
Methoden
](
#methoden-2
)
-
[
Eigenschaften
](
#eigenschaften-2
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# sams_classes
Dieses Python3 Modul stellt die Grundlage für die Implementierung von
...
...
@@ -5,6 +24,18 @@ Applicationservern in der Selve-/ Administravie-Microservice-Structure dar.
Das Künftige MIPortal, ZID und andere Anwendungen sollen diese Klassen verwenden
verwenden können.
## Installation
Den Gewünschten Build über
[
Pipelines
](
https://git.imp.fu-berlin.de/slobinger/sams-classes/pipelines
)
herunterladen.
Die interessanten Builds sind immer die vom Job 'test_and_Deploy_tags'
```
bash
unzip artifacts.zip
scp build/python3-sams-classes_<VERSION>_all.deb <USER>@<ZIELHOST>:
ssh <USER>@<ZIELHOST>
gdebi python3-sams-classes_<VERSION>_all.deb
```
## Klassen
Derzeit enthält die Bibliothek drei Klassen
...
...
@@ -273,4 +304,4 @@ die eigendliche Proxy aufgabe, wenn eine Anfrage durch sie behandelt wird.
##### urlRule
Flask kompatible urlRule für den Proxy. Zur verwendung mit
```flask_app.register_url```
\ No newline at end of file
`flask_app.register_url`
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