Redmine
- Custom Settings
The ruby app settings can be overwritten in the file /app/data/additional_environment.rb. For example to put the app in debug mode, add the following to this file and…
- Custom Cron
Custom cron jobs can be placed in the file /app/data/cron.
- SSH Keys
Redmine is run as the cloudron user. To generate SSH keys for this user, open a Web Terminal and run the following commands: su - cloudron ssh-keygen # generates keys…
- Code repositories
Redmine can integrate various source code management tools like git, cvs, subversion. The repositories have to be created manually in /app/data/repos/ and then…
- Installing themes
To install plugins in Redmine, simply extract them to /app/data/themes, install dependencies and run the build script cd /app/data/themes/ git clone…
- Installing plugins
To install plugins in Redmine, simply extract them to /app/data/plugins and run the db migration. Open a File manager for the app. Upload and extract the plugin to…
- How to order Redmine?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Redmine 4. Select service Region This is the datacenter location where your App will be…
