Skip to content

Commit

Permalink
Updated README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Oct 1, 2024
1 parent a245280 commit 9df5932
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright © 2024 Mausbrand Informationssysteme GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,35 @@
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.

Die Keynote wurde auch im Livestream übertragen und kann [bei YouTube angeschaut](https://www.youtube.com/live/-heq-E3APi4?si=kDYfi0D5Tcxs16Ph&t=15939) werden!

## Schnellstart

Dieses Projekt wurde entwickelt und getestet mit:

- Python 3.12.6
- gcloud 494.0.0
- app-engine-python
- app-engine-python-extras
- pipenv 2024.0.2
- npm 10.8.3

Projekt bauen und starten:

```sh
$ pipenv install --dev
$ pipenv shell
$ viur build release
$ viur run
```

> [!IMPORTANT]
> Das Google Cloud AppEngine Projekt "diwodo-demo-viur3" ist nicht öffentlich, weshalb ein eigenes Projekt eingerichtet werden muss.
> Welche Schritte dazu nötig sind ist [hier](https://github.com/viur-framework/viur-base?tab=readme-ov-file#requirements) beschrieben.
>
## Lizenz

Copyright © 2024 Mausbrand Informationssysteme GmbH.<br>
Mausbrand und ViUR sind eingetragene Marken der Mausbrand Informationssysteme GmbH.

Lizenziert unter der MIT Lizenz. Siehe LICENSE für weitere Informationen.
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"admin": {
"command": "viur package install admin",
"kind": "exec",
"version": "4.5.4"
"version": "4.5.6"
},
"app": {
"command": "build",
Expand Down

0 comments on commit 9df5932

Please sign in to comment.