We are excited to introduce our hosted version of Solo, click here for more details

Installation

Edit Config File

Open the file config.php located at include folder and change values to yours.

$db_config = array(
   'host' => 'localhost',
   'user' => 'your_database_username',
   'pass' => 'your_database_password',
   'name' => 'your_database_name'
);
  • Created @ 4 Sep 2022 10:13 pm
  • Updated @ 5 Sep 2022 10:18 pm