(310) Install QMirror/DB on Linux

You can install QMirror/DB on Linux with WINE installed. WINE is a compatibility layer capable of running Windows applications on Linux. Please refer to https://www.winehq.org/ for more details.

To enable the QMirror dashboard, you need to install an HTTP server on Linux. Some hints here to set up Apache server.

<VirtualHost *:80>
    ServerAdmin admin@qmirrordb
    ServerName qmirrordb
    ServerAlias www.qmirrordb.com
    DocumentRoot /home/ubuntu/.wine/drive_c/QMirrorDB
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<Directory /home/ubuntu/.wine/drive_c/QMirrorDB/>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

Previous (300) Install QMirror/DB 
Next (330) Configure QMirror/DB 

Table of Contents
Scroll to Top