https://github.com/testertech/sync-kiwi-redmine-issues
Code for the YouTube video https://youtu.be/RDi3QF8BczI
https://github.com/testertech/sync-kiwi-redmine-issues
Last synced: 8 months ago
JSON representation
Code for the YouTube video https://youtu.be/RDi3QF8BczI
- Host: GitHub
- URL: https://github.com/testertech/sync-kiwi-redmine-issues
- Owner: TesterTech
- Created: 2021-09-20T22:18:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T08:24:24.000Z (over 4 years ago)
- Last Synced: 2025-03-27T04:42:12.998Z (11 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync-kiwi-redmine-issues
Code for the YouTube video https://youtu.be/RDi3QF8BczI
# Requirements
- Tested these scripts on Fedora 34 Server edition inside [Gnome Boxes](https://help.gnome.org/users/gnome-boxes/stable/)
## Getting started
- ```git clone https://github.com/TesterTech/sync-kiwi-redmine-issues.git Kiwi-Redmine```
- ```cd Kiwi-Redmine```
### Kiwi
- ```chmod +x ./kiwi.sh && sudo ./kiwi.sh```
- Note: this could take some time and if all goes well you should be greeted by the initial setup wizard for Kiwi TCMS.
- If this all is completed, you should be able to view the Kiwi TCMS site in your browser ```https://```, login using the created admin account.
### Redmine
- ```cd ../Redmine```
- ``` sudo docker-compose up -d```
- Now Redmine should also be setup, this may take some time because of database being setup, etc.
- Try to access the Redmine site in your webbrowser on port ```http://:8080```
## References
- [Installation Guide Kiwi for Containers](https://kiwitcms.readthedocs.io/en/latest/installing_docker.html)
- [Source for the Redmine compose file](https://hub.docker.com/_/redmine)