Tutorial: Installing ViMbAdmin on Windows 10
- Install XAMPP software from https://www.apachefriends.org/download.html, according to your Windows version. XAMPP is the software package used to run ViMbAdmin on Windows 10.
- After installing XAMPP, open it and start Apache and MySQL services.
- Download ViMbAdmin from https://github.com/opensolutions/ViMbAdmin/releases, selecting the latest version.
- Unzip the downloaded file to a folder in your preferred location on your computer.
- In the folder where you unzipped ViMbAdmin, navigate to the
incfolder and locate theconfig.inc.php.distfile. - Rename the file from
config.inc.php.disttoconfig.inc.php. - Open the renamed
config.inc.phpfile using a text editor such as Notepad. - Locate the
encryption_keysetting in the file and add a random string of characters for the value. - Save and close the
config.inc.phpfile. - Launch a web browser and enter
localhostinto the address bar. - Click on phpMyAdmin in the XAMPP control panel to launch it on your browser.
- Create a new database for ViMbAdmin to use by clicking on the New button on the left sidebar and giving the database a name.
- Click on the created database to open it.
- Click on the Import tab and browse to the unzipped ViMbAdmin folder.
- Select the
sql/vimbadmin.sqlfile and click on the Go button to import it. - Return to ViMbAdmin folder and navigate to the
incfolder. - Locate the
password_api.dist.phpfile and rename it topassword_api.php. - Open the
password_api.phpfile in a text editor. - Change the line
$CONF['passwordpolicy'] = 'p4ssw0rd';to your desired password policy. - Save and close the
password_api.phpfile. - Open a web browser and enter
localhost/ViMbAdmin-<version>into the address bar, replacingwith the version of ViMbAdmin you downloaded. - ViMbAdmin installation page will be displayed. Follow the instructions and enter the necessary details, including the server name, the database name, username, and password, as well as the LDAP settings.
- After completing the form, click on the Install button.
- A confirmation message "Installation completed successfully" will be displayed. Click on the ViMbAdmin link to access your new installation.
Congratulations! You have successfully installed ViMbAdmin on your Windows 10 computer.