xgorse / web

The current AFUP's website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site web de l'AFUP

Dépendances

MySQL

Installation

Copie du fichier de config

cp configs/application/config.php.dist configs/application/config.php

Configurer les paramaetres de BDD et de path ( 6 pre)

$configuration['bdd']['hote']='localhost';
$configuration['bdd']['base']='afup_web';
$configuration['bdd']['utilisateur']='root';
$configuration['bdd']['mot_de_passe']='';
$configuration['web']['path']='/';

Import de fichier SQL

mysql afup_web < sql/*.sql

Creation du répertoire de cache

mkdir -p  htdocs/cache/templates

Applications

  • Backoffice ( admin/admin) : /pages/administration/
  • Site AFUP : /pages/site/
  • Forum PHP 2013 : /pages/forumphp2013/
  • PHP Tour 2014 : /pages/phptourlyon2014/

About

The current AFUP's website


Languages

Language:PHP 86.9%Language:CSS 6.3%Language:JavaScript 6.0%Language:Perl 0.7%