Skip to content

nmcalabroso/social-gradebook

Repository files navigation

Social Gradebook

Installation

Requirements

  1. Download and Install XAMPP/LAMPP http://www.apachefriends.org/en/index.html

  2. Clone this repository.

  3. Create a file in social-gradebook/application/config and name it database.php

  4. Copy-paste the following, making sure to supply the correct username and password:

<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

$active_group = 'default';
$active_record = TRUE;

$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root'; //default username of your database server is "root". Change this accordingly.
$db['default']['password'] = 'intelleq';//password of your database server. Change this. Leave it blank by default.
$db['default']['database'] = 'social_gradebook_db';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;
  1. Start XAMPP/LAMPP

  2. From the cloned project/directory, import social_gradebook_db.sql to phpMyAdmin

  3. On your browser, go to http://localhost/social-gradebook/. A welcome page should appear.

START!

About

CI REST immersion. Android Development Exercise. To be continued.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages