Overview
The following guide will help you on how to install Softaculous on XAMPP for Windows.
Note: Softaculous will be accessible only from localhost(127.0.0.1).
Requirements
- A working XAMPP i.e Apache, MySQL and PHP.
- Internet Connection.
- ionCube Loaders must be enabled. It can be downloaded from here.
- If you have firewall enabled, then please allow access to *.softaculous.com
Note : Please allow access to the following domains to your firewall as these are the mirrors used to download the script packages.
142.132.212.2 #api.softaculous.com 192.198.80.6 #s0.softaculous.com 158.69.6.246 #s1.softaculous.com 138.201.40.168 #s2.softaculous.com 213.239.208.58 #s3.softaculous.com 138.201.24.83 #s4.softaculous.com 148.251.137.79 #s5.softaculous.com 167.114.200.240 #s7.softaculous.com 46.250.225.249 #s8.softaculous.com
Installing Softaculous in XAMPP
- Download the Softaculous package from :
- Extract the package under XAMPP’s htdocs, generally C:/xampp/htdocs/softaculous(You will have to create softaculous folder).
- Access http://localhost/softaculous/install.php
- Apache will be stopped to load the ionCube Loader if the ionCube loader is not already loaded
- Fill in the details like:
- AMP Path : Location of the XAMPP.
- PHP Path : Path to PHP Binary e.g C:/xampp/php/php.exe
- Scripts Path : Softaculous will download the scripts like WordPress, Drupal, Joomla, etc here.
- Private Folder : All the installation details, backups, data directory of few scripts will be stored here. It should not be web accessible.
- Document Root : Folder where scripts web directory will reside, generally C:/xampp/htdocs
- MySQL Root Password : MySQL Root Password. XAMPP’s default MySQL root password is (blank)
- Click on “Start Installation” to start the installation.
- In case of any error, you will have to submit the same form
- On success.
- Click the link which is displayed to access Softaculous, you can start installing scripts now.
Softaculous Cron
- Softaculous installer will create an action in Windows Task Scheduler which will run the cron every 24 hours. This Softaculous Cron is to keep your Softaculous and Scripts updated, you can update your existing installations of WordPress, Joomla, etc scripts to latest version.
- Just in case, if the installer was not able to create the action in Task Scheduler, you will have to set it up manually from the command prompt:
schtasks /create /tn "Softaculous Cron" /tr "\"C:\xampp\php\php.exe\" \"C:\xampp\htdocs\softaculous\cron.php\"" /sc daily /st 17:30
Note: Replace C:\xampp with correct xampp path.