dda-devops-build/README.md

37 lines
1.2 KiB
Markdown
Raw Normal View History

2019-09-04 16:40:41 +00:00
# dda-devops-build
[![Slack](https://img.shields.io/badge/chat-clojurians-green.svg?style=flat)](https://clojurians.slack.com/messages/#dda-pallet/) | [<img src="https://meissa-gmbh.de/img/community/Mastodon_Logotype.svg" width=20 alt="team@social.meissa-gmbh.de"> team@social.meissa-gmbh.de](https://social.meissa-gmbh.de/@team) | [Website & Blog](https://domaindrivenarchitecture.org)
2020-01-28 10:57:38 +00:00
# Setup
```
sudo apt install python3-pip
#sudo pip3 install pip3 --upgrade
2020-03-05 12:24:23 +00:00
pip3 install pybuilder ddadevops --user
pip3 install boto3 python-terraform --user
2020-01-28 10:57:38 +00:00
export PATH=$PATH:~/.local/bin
```
2019-09-04 16:40:41 +00:00
2020-03-03 16:14:06 +00:00
# Snapshot
1. pyb publish upload
2. Versions nr in build.py: hochzählen, *.dev0 anfügen
3. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user
2020-01-28 11:11:14 +00:00
2019-11-06 17:16:52 +00:00
# Release
1. Versions nr in build.py: *.dev0 entfernen
1. git commit -m "release"
2. git tag [version]
3. pyb publish upload
2019-11-06 18:56:02 +00:00
4. git push && git push --tag
2019-11-06 17:16:52 +00:00
5. Versions nr in build.py: hochzählen, *.dev0 anfügen
7. git commit & push
2020-03-03 16:14:06 +00:00
8. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user
2019-11-06 17:16:52 +00:00
2020-03-05 15:23:47 +00:00
# Update to newest dev version
pip3 install --pre ddadevops==0.4.1.dev0 --user
2019-09-04 16:40:41 +00:00
## License
Copyright © 2019 meissa GmbH
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")