Sistema Administrador de Parqueaderos en PHP
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
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
- Gustavo Henao
- Alejandro Suarez
- Mario Germa Baquero
email: diniremix [at] gmail [dot] com