Skip to content

Setting LMS Madrasah

FRESH INSTALL

  1. Add domain ke vps/server

  2. Setting SSL

  3. setting php ke PHP5.6

  4. Add IonCube

  5. Create database baru Catat User dan Password

  6. Upload file lmsmadrasah.sql fress ke DB yang baru di buat

  7. Upload File PHP ke public_html

  8. Ganti user, nama database, dan password pada file database.php

    public_hatml/__app/config
  9. contoh file database.php

    <?php defined('BASEPATH') OR exit('No direct script access allowed');
    $active_group = 'default';
    $query_builder = TRUE;
    $db['default'] = array(
    'dsn'	=> '',
    'hostname' => 'localhost',
    'username' => 'admin_lmsmi',
    'password' => '?daUIY?(FZs',
    'database' => 'lmsmi',
    'dbdriver' => 'mysqli',
    'dbprefix' => '',
    'pconnect' => FALSE,
    'db_debug' => FALSE,
    'cache_on' => FALSE,
    'cachedir' => '',
    'char_set' => 'utf8',
    'dbcollat' => 'utf8_general_ci',
    'swap_pre' => '',
    'encrypt' => FALSE,
    'compress' => FALSE,
    'stricton' => FALSE,
    'failover' => array(),
    'save_queries' => FALSE
    );
    
  10. Cek domain LMS

FILE

File Kebutuhan LMS. berisi file PHP untuk hosting dan file sql

  1. db-lms-freh.zip
  2. php-lms-fresh.zip