Skip to content

sofian8/OpenTaxi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

**********************
** OpenTaxi project **
**********************

Project overview
================
This project is aimed to automate taxi service and make it open to everybody.
Every car driver has the right to take a passenger along the way, bring him/her to his/her destination and earn some money from it.
Every passenger has the right to get ride with any driver.
So let's bring them together.

Author of this project had some experience with commercial taxi service automation programs. They're ugly.
The market needs a good, agile and sane product. Let's do it together for everyone.

This project will start as the local service helper.

Design overview
===============
It is a classic 3-tier:

+--------------+          +----------+             +-----------+
|   Client     |          |          |             |           |
|  software    |          |  Server  |             |   Data    |
|  (browser,   | / HTTP \ | software | / MongoDB \ |  storage  |
|  Java app,   | \ JSON / |  (PHP)   | \ protocol/ |  engine   |
| Android app, |          |          |             | (MongoDB) |
| iOS app etc) |          |          |             |           |
+--------------+          +----------+             +-----------+


System requirements
===================

* Dedicated server (may be VPS or VDS)
* UNIX-like OS (tested on linux)
* Web server (apache, lighttpd).
* PHP interpreter v.5.3 or higher
  - GD library
  - MongoDB driver
  - memcached, xcache or APC module
  - multibyte string support
  - FastCGI SAPI is recommended.
* MongoDB server
* memcached (if memcached is used for caching)
* Asterisk (for voice notifications)

About

Open source 3-tier taxi service automation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.3%
  • JavaScript 16.5%
  • ApacheConf 0.2%