yiidbinstaller Easy database installer using wizard for yii configuration

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

Easy database installer using wizard for yii configuration.

This is an independent small yii application, which helps you to import sql file and configure you 'main.php' file under 'protected/config' directory.

Requirements

Tested with Yii 1.1.12 and 1.1.14

Installation

  • Extract the file under root folder of your application.
  • Place your sql file under 'install/protected/data' by the name 'db_template.sql'
  • Set yii framework path in 'install/index.php' file.
  • In index.php file, add the following lines at the start:
if (file_exists('install') && is_dir('install')) {
    header('Location: install');
    exit();
}

Usage

  • Goto your main site url, it should redirect you to 'install' folder
  • Follow the setps and fill out the required field informoation
  • Click Submit and you are all ready to go.

Resources

0 1
3
323
Yii Version: Unknown
License: BSD-2-Clause
Category: Others
Developed by: Ibrar Turi Ibrar Turi
Created: Mar 11, 2014
Updated: 12 years ago

Downloads

show all

Related Extensions