https://github.com/timoa/cdkit.releasescripts
Set of scripts to deploy node & mobile apps (Titanium or iOS native) with Go Server. (Continuous Delivery project)
https://github.com/timoa/cdkit.releasescripts
Last synced: 12 months ago
JSON representation
Set of scripts to deploy node & mobile apps (Titanium or iOS native) with Go Server. (Continuous Delivery project)
- Host: GitHub
- URL: https://github.com/timoa/cdkit.releasescripts
- Owner: timoa
- License: mit
- Created: 2017-05-17T14:06:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T17:13:06.000Z (almost 8 years ago)
- Last Synced: 2025-07-09T05:06:09.975Z (12 months ago)
- Language: Python
- Homepage: https://cdkit.org
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CDKit](https://github.com/timoa/cdkit): ReleaseScripts
*[CDKit](https://github.com/timoa/cdkit) is a framework that helps to deploy mobile apps (iOS and Android) to the app stores (iTunes and Goole Play).*
## Getting started
The release scripts are Python 3 scripts that help to do tasks like changing version of the app based on the pipeline version, create the changelog file based on the last commits, export iOS *.app to *.ipa file, etc.
## Prerequisites
Before you start using it, you need to have installed Python 3 on the Go.CD agent(s)
### Install Python 3
#### Linux
Please refer to this page to [install Python 3 for Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-ubuntu-18-04-quickstart)
#### macOS
If you installed previously Homebrew, let's use it to install Python 3 with this command:
``` bash
brew install python
```
## TODO
* Migrate all the scripts to Python 3