Skip to content

Sistema Administrador de parqueaderos en PHP

License

Notifications You must be signed in to change notification settings

deMedallo/ControlParking

 
 

Repository files navigation

ControlParking

Sistema Administrador de Parqueaderos en PHP

Requisitos

  • Apache Version 2.2.x o compatible
  • PHP Version 5.3.8 o superior
  • MySQL Version 5.0.8 o superior

Instalación

Clonar este repositorio y alojarlo en la carpeta de su servidor web con el nombre de controlparking.

git clone git://github.com/diniremix/ControlParking.git
  • Crear un Base de Datos en su sevidor Mysql de nombre parkingdb y collation latin_spanish_ci
  • Importar el archivo /sql/parkingdb.sql a la nueva base de datos.
  • Ejecutar el servidor web y dirigirse a http://localhost/controlparking
  • El usuario y la contraseña para el Administrador es: admin
  • El usuario y la contraseña para el Usuario Regular es: demo
  • Editor recomendado SublimeText 2

Licencia

LGPL-2.1

El texto completo de la licencia puede ser encontrado en el archivo LGPL.txt

Sistema Administrador de Parqueaderos en PHP

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Desarrolladores Anteriores

  • Gustavo Henao
  • Alejandro Suarez
  • Mario Germa Baquero

Contacto

Diniremix on Github

email: diniremix [at] gmail [dot] com

About

Sistema Administrador de parqueaderos en PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.3%
  • Shell 2.1%
  • CSS 1.1%
  • Other 1.5%