Initial commit

This commit is contained in:
2023-04-15 10:14:26 +02:00
commit ca4cc6ec1b
21 changed files with 816 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Redmine BauPM Core Plugin
Common modifications to run Redmine as project management tool on medium- and large-scale construction sites.
## Installation
```bash
cd {redmine_dir}/plugins
git clone http://laptop.local:4000/magdev/baupm-core.git baupm_core
```
Now restart redmine and you're done.