/siteceten

Site de présentation du Cercle des Elèves de TELECOM Nancy

Primary LanguagePHP

siteceten

Website for Cercle des Elèves de TELECOM Nancy

This is a CakePHP Application

Build Status License

A skeleton for creating applications with CakePHP 3.x.

The framework source code can be found here: cakephp/cakephp.

Requirements

  • HTTP Server. For example: Apache. Having mod_rewrite is preferred, but by no means required.
  • PHP 5.5.9 or greater (including PHP 7).
  • mbstring PHP extension
  • intl PHP extension
  • PDO extensions (php_pdo_mysql)

Database Configuration

  • 'host' => 'localhost'
  • 'username' => 'ceten'
  • 'password' => 'ceten2016ceten'
  • 'database' => 'ceten'

Install

php composer.phar install

How to contribute ?

For additional features, add an issue in the github repository (example : "feat/homepage") and create a branch with the same name. When your feature is complete, send a pull request from "feat/homepage" to "master". Learn more about this method