Skip to content

Commit 9df5932

Browse files
committed
Updated README.md and LICENSE
1 parent a245280 commit 9df5932

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright © 2024 Mausbrand Informationssysteme GmbH
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,35 @@
33
Dies ist unser DiWoDo-Demo-Projekt, welches wir auf der [Digitalen Woche Dortmund (DiWoDo)](https://www.diwodo.de/) am 26.09.2024 im Rahmen der Keynote ["Open Source: Generative Plattformentwicklung mit ViUR für die Google App Engine"](https://www.diwodo.de/events/open-source-generative-plattformentwicklung-c5b21ddc-8b68-464c-a6f7-1d79b2ae264a/?sourcePath=%2Fevents%2F%3Fq%3Dviur) im Projektspeicher Dortmund abgehalten haben.
44

55
Die Keynote wurde auch im Livestream übertragen und kann [bei YouTube angeschaut](https://www.youtube.com/live/-heq-E3APi4?si=kDYfi0D5Tcxs16Ph&t=15939) werden!
6+
7+
## Schnellstart
8+
9+
Dieses Projekt wurde entwickelt und getestet mit:
10+
11+
- Python 3.12.6
12+
- gcloud 494.0.0
13+
- app-engine-python
14+
- app-engine-python-extras
15+
- pipenv 2024.0.2
16+
- npm 10.8.3
17+
18+
Projekt bauen und starten:
19+
20+
```sh
21+
$ pipenv install --dev
22+
$ pipenv shell
23+
$ viur build release
24+
$ viur run
25+
```
26+
27+
> [!IMPORTANT]
28+
> Das Google Cloud AppEngine Projekt "diwodo-demo-viur3" ist nicht öffentlich, weshalb ein eigenes Projekt eingerichtet werden muss.
29+
> Welche Schritte dazu nötig sind ist [hier](https://github.com/viur-framework/viur-base?tab=readme-ov-file#requirements) beschrieben.
30+
>
31+
32+
## Lizenz
33+
34+
Copyright © 2024 Mausbrand Informationssysteme GmbH.<br>
35+
Mausbrand und ViUR sind eingetragene Marken der Mausbrand Informationssysteme GmbH.
36+
37+
Lizenziert unter der MIT Lizenz. Siehe LICENSE für weitere Informationen.

project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"admin": {
77
"command": "viur package install admin",
88
"kind": "exec",
9-
"version": "4.5.4"
9+
"version": "4.5.6"
1010
},
1111
"app": {
1212
"command": "build",

0 commit comments

Comments
 (0)