Git Product home page Git Product logo

ticket-system's Introduction

README

Installation process

1. DATABASE SETUP
	- Open your MySQL control panel. (e.g. phpMyAdmin)
	- Create new database and choose collation 'utf8_unicode_ci'. (e.g. ticket_system)
2. CONFIGURING DATABASE CONNECTION
	- After database is setup we need to edit one file.
	- To be more precise `./system/libraries/database/DatabaseConnection.php`
	- You will probably need to edit only those lines: 38, 44, 50, 56.
3. CONFIGURING APPLICATION
	- Before creating all the database structure we should edit some information about your application.
	- Open file `./database.sql` and edit those lines: 146-155. Not all of them are used at the moment, but later they will come in handy.
	- You could see some basic information already in place, so it shouldn't be to hard to replace it with your own.
	- Now execute the content of `database.sql` file. Now you should have all tables and starting data in place.
4. CACHING APPLICATION DATA (not complete)
	- To cache data for your application before using your main webiste URL, go to this one: 'http://your_webpage_address.your_domain_zone/temp/'
	- Now the data should be cached and you can start using the application.
5. FINISHED
	- Try the application on your default webpage URL: 'http://your_webpage_address.your_domain_zone/'


If you have any questions or would like to consult before fork, just let me know:
	Skype: netjunky_admin
	Twitter: netjunky88

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.