Totof6942 / SuperParty

Home Page:http://totof6942.github.io/SuperParty/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperParty

Build Status Scrutinizer Code Quality

SuperParty developed by Claude Dioudonnat and Christophe Poulette for the PHP practicals supervised by Julien Muetton and William Durand.

HTML / CSS / Javascripts

Extensions included

Installation

Run these two commands to install it:

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --dev --prefer-source

Configure database access in config/prod.php.

Install the database:

$ mysql -u<user> -p<password> <database> < config/schema.sql

If you want, there is a set of datas in datas/project.sql.

And if you use the application in localhost with a port, configure the port in src/app.php on line 19.

Administration login : admin/foo

License

SuperParty is released under the MIT License. See the bundled LICENSE file for details.

About

http://totof6942.github.io/SuperParty/

License:MIT License


Languages

Language:CSS 53.3%Language:PHP 44.8%Language:SQL 1.8%Language:Perl 0.1%