GithubHelp home page GithubHelp logo

chepkosum / projectmanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from korobosta/projectmanager

0.0 0.0 0.0 1.21 MB

License: MIT License

Shell 0.10% JavaScript 0.34% Python 0.62% PHP 96.06% CSS 0.26% Hack 0.49% Makefile 0.25% HTML 1.89%

projectmanager's Introduction

codeigniter-reg-login

Project management System

Codeigniter version: 3.1.6

After you download unzip the code into your xampp or wampp and rename the folder to PMS and then do the below configurations first.

Open and edit /PMS/application/config/config.php

$config['base_url'] = 'http://localhost/codeigniter/index.php';

then,

update your database settings in /codeigniter/application/config/database.php

$db['default'] = array(
	'dsn'	=> '',
	'hostname' => 'localhost',
	'username' => 'root',
	'password' => '',
	'database' => 'ari_project_management',
	'dbdriver' => 'mysqli',
	'dbprefix' => '',
	'pconnect' => FALSE,
	'db_debug' => (ENVIRONMENT !== 'production'),
	'cache_on' => FALSE,
	'cachedir' => '',
	'char_set' => 'utf8',
	'dbcollat' => 'utf8_general_ci',
	'swap_pre' => '',
	'encrypt' => FALSE,
	'compress' => FALSE,
	'stricton' => FALSE,
	'failover' => array(),
	'save_queries' => TRUE
);

Now open phpmyadmin / mysql, and create a new database called 'ari_project_management' and execute the below queries:

--

projectmanager's People

Contributors

korobosta avatar chepkosum avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.