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 restart the app: config.log_level = :debug
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 under ~/.ssh. keys are part of the backup
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 configured with that path in the project settings. For further more detailed information ...
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 https://github.com/hardpixel/minelab.git cd minelab bundle install ./bundle.sh
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 /app/data/plugins Some plugins require additional gems. If so, install them using the ...
How to order Redmine?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Redmine 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need to ...