Vanilla is a forum software. It provides a modern community platform for organizations. It helps to improve customer service, increase advocacy, and strengthen brand loyalty. This forum is also available as a software-as-a-service (cloud). It is open software, you can download and install, manage it by yourself.
Pre-Requisite
This tutorial assumes a basic working knowledge of the Windows Operating system.
Software/Tools
- Microsoft Windows 8.1/10 64 Bit Operating System (Buy from Microsoft Store)
- XAMPP – Free Apache Distribution
We are using XAMPP which is free Apache MySQL distribution. If you are not aware of XAMPP. Read below article
Read:- XAMPP (Apache-MariaDB-PHP-Perl) – Installation Guide on Windows
Vanilla Forum Installation Guide
Installing Vanilla on Windows is very easy. It requires Apache HTTP Server and MySQL/MariaDB Database. As mentioned above you either need to have XAMPP or WAMP preinstalled on the desktop.
Below is the step by step guide for installing forum software.
Download Vanilla Forum Software
Open vanilla forums website and click on download link. There are 2 options.
Developers – This version is for the development community. You need to download, install, configure, and optimize yourself. It is free if you know how to manage installation and configuration.
Big Communities – This is a paid option. You get the support required to host and grow the community. Check this link for pricing.
Click on the Download Now button just below Developers. Enter your name and email id, if you want to receive updates. It is optional, if you don’t want, do not enter any details and click on download.
Start Apache and MySQL Service
Open the XAMPP control panel and start Apache and MySQL service. Both services are needed, as Vanilla is built on PHP and MySQL Technology stack. Make sure the Module icon turns green and PID(s) and Ports(s) are populated.
Create Database and User
The forum needs a MySQL database to store database objects. Open my PHP admin and create a user and database.
Create MYSQL Database myforum and User forumadmin as shown above using the phpMyAdmin dashboard.
- Database – myforum
- User: forumadmin
Start Installation
Extract the downloaded file in C:\xampp\htdocs\forum folder. XAMPP is installed under C:\xampp folder on Windows.
Open any internet browser and type localhost/myforum/ in the address bar. It should start the installation process. Enter all necessary information as shown in the below image. The host should be localhost as you are installing on the local desktop. Database name and user-created in the earlier step. Enter application title and Admin user details and click Continue.
The database username and admin username should not be the same. I kept is same only for demo purposes.
Your Vanilla forum should get installed within seconds…….!!!
Below is the main dashboard. You can configure the Banner, Homepage, and Themes. There are good options and easy to understand. If you need any help, just click on Help & Tutorial Links.
Wasn’t it easy to install on localhost?
Click on the Visit Site button shown on the right-hand side top to check default forum dashboard.
By default, Vanilla comes with the basic and plain installation. You need to add some add-ons and themes to customize and configure it.
What Next?
Play with your forum and if it meets your requirements, move it to production or get Cloud Hosting from vanillaforums.com. If you face any issue, just ask it in this forum.
Do let me know if you liked this article on installing Vanilla forum software on Windows using XAMPP in the comments section below.
Very nice article, totally what I wanted to find.