Active Newspaper CMS Documentation
- How to configure Paypal payment gateway?
- How to configure Stripe payment gateway?
- How to customize Homepage?
- How to customize other pages?
- How to configure General settings?
- How to configure SMTP email system?
- How to configure email templates?
- How to configure reCaptcha?
- How to configure Facebook login API?
- How to configure Google+ login API?
- How to set up commenting in the news?
- How to add Google Map API key?
- How to create blog’s subscription packages?
- How to Configure Google Analytics?
- How to upload news?
- How to create a poll?
- How to manage users?
- How to send a newsletter?
- How to manage staff and permission role?
- How to post an Ad?
- How to add multiple pricing options in a single ad?
- How to manage a blog in admin panel?
- How to manage Blog Category and Sub-Category in admin panel?
- How to Upload bulk News?
How to install the script in a local server manually?
Answer:
Please follow the following procedure to install this script in local server manually:
Create a new folder in your htdocs/www folder.
Extract the downloaded script in that folder which you have just created.
Go to PhpMyAdmin and create a new database & import the sql from the extracted files (uploads/installation/uploadable_database.sql).
Copy config.php file from uploads/installation folder and paste it to application/config folder. Replace the files with the same name.
Open the file routes.php and set default controller as “home” as below :
$route[‘default_controller’] = ‘home’;Open the application/config/database.php file and change the below values with your data:
‘hostname’ => ‘localhost’,
‘username’ => ‘phpmyadmin username’, //default is root
‘password’ => ‘phpmyadmin password’, // default password is blank for
‘database’ => ‘database name’,
Finally browse the script.
Admin URL : your site/admin , Email : [email protected], Password : 1234

