Vanilla Forums is an open-source forum software that is easy to use and customize. In this tutorial, we will guide you through the installation process of Vanilla Forums on Windows 10.
Before we begin with the installation process, make sure that the following requirements are met:
First, download the latest version of Vanilla Forums from their official website at https://vanillaforums.org/.
Once you have downloaded the ZIP file of Vanilla Forums, extract it to a folder on your system.
If you haven't installed XAMPP software, download and install it from the official website at https://www.apachefriends.org/download.html.
Once you have installed XAMPP, open the XAMPP control panel and start the Apache and MySQL services.
Next, open a web browser and go to http://localhost/phpmyadmin/. This will open the phpMyAdmin interface.
Create a new database for Vanilla Forums by clicking on the "New" button on the left-hand side panel. Enter a name for your database and click on the "Create" button.
Open your extracted Vanilla Forums folder and navigate to the conf
directory. Copy the config-sample.php
file and paste it in the same directory with the name config.php
.
Next, open the config.php
file in a text editor and make the following changes:
localhost
in $Configuration['DATABASE']['HOST']
with your MySQL/MariaDB hostname (usually localhost
).vanilla
in $Configuration['DATABASE']['NAME']
with the name of the database that you created in PhpMyAdmin.root
in $Configuration['DATABASE']['USER']
with the username of your MySQL/MariaDB server.password
in $Configuration['DATABASE']['PASSWORD']
with the password of your MySQL/MariaDB server.$Configuration['BASE_PATH'] = '/';
, else set $Configuration['BASE_PATH']
to the relative path of your Vanilla Forums directory.Save and close the config.php
file.
Next, copy all the files and folders inside your Vanilla Forums directory to the htdocs
folder in your XAMPP installation directory, usually located at C:\xampp\htdocs
.
Open a web browser and go to http://localhost/vanillaforums/ (replace vanillaforums
with your Vanilla Forums directory name).
This will start the installation process of Vanilla Forums. Follow the instructions on the screen to complete the installation.
Once the installation is complete, you can access your Vanilla Forums website by going to http://localhost/vanillaforums/ in your web browser.
Congratulations! You have successfully installed Vanilla Forums on your Windows 10 system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!