top_banner.png
We cut 50% off all plugins prices during our anniversary celebration
Offer ends 29th Apr

We cut 50% off all plugins prices during our anniversary celebration

Installing Questions plugin on Bitnami Redmine virtual image (.ova)

Start your virtual machine

Firstly, we start our virtual machine via the Start button.

Note: Please keep in mind that in our example we use the VirtualBox, however you could choose any other similar software.

start_bitnami_redmine.png

Then, please use your credentials to log in to your Redmine back-end.

bitnami_logged_in.png

Afterward, follow these steps.

Go to Redmine's root folder

cd /opt/bitnami/redmine

core_redmine_folder.png

Copy the plugin archive in the root Redmine folder

In our case, we are using the File manager option for sharing files between the host machine (your computer) and the guest machine (your virtual Bitnami Redmine). It is located in the started Bitnami Redmine window top Machine menu, then File manager.

file_manager.png

Here, you need to log-in into your guest machine (on the right). The host machine is automatically appearing as available (the file system on the left).

So, once you log-in, then navigate your host machine to the directory where your plugin is located and then copy it with the blue arrow in the middle of the screen to the /opt/bitnami/redmine directory on the right.

file_manager_view_move_plugin.png

Then in your command line execute commands:

cp redmine_questions-x_x_x-pro.zip plugins/
cd plugins
unzip redmine_questions-x_x_x-pro.zip

Install required gems

Now you have to return to the core Redmine folder for the next steps.
cd /opt/bitnami/redmine
bundle install --without development test --no-deployment

bundle_installed.png

Migrate plugin's tables

bundle exec rake redmine:plugins NAME=redmine_questions RAILS_ENV=production

Restart Bitnami Redmine app

sudo /opt/bitnami/ctlscript.sh restart

Video demonstration

Was this article helpful? Yes  No
59 from 59 found this helpful