Installation, Setup AVDBcms

  • 151views

AVDBAPI CMS — Installation Guide, Cron

Requirements

Before installing, make sure your server meets the following requirements:

  • PHP version 5.4 or higher

  • MySQLi extension

  • GD Library

  • SimpleXML extension

  • cURL extension

  • mbstring extension

  • allow_url_fopen must be enabled

Video guide install

Installation Steps

  1. Unzip the package
    Upload the downloaded ZIP file to your server (your VPS) and extract it.

  2. Run the installer
    Open your browser and go to:

    https://your-domain.com/install

    Fill in the required details, including your purchase code: avdbcms

  1. Set production mode
    For security, edit the file index.php in the root folder.
    Change the mode from "development" to "production" at line 59

  1. Log in
    After the installation completes, go to:

    https://your-domain.com/login

    Use the account details you just created to log in.

    Note: Your password must be at least 6 characters long.

  2. Clean up
    For security reasons, remove the install folder from your server after a successful installation.

 

Setup Cronjob

Copy this line and add it to the VPS cron setup.

  • Crawl today: will crawl the latest movies released today (crawl by date, not by page).

  • Crawl all: will crawl all movies.

Download: Github (.release)