A superlab for hack

idleman fbf6865363 Correctifs images 9 年之前
class 6b442a5350 Merge branch 'master' of https://github.com/ldleman/hackpoint 10 年之前
css ced6389a19 Update main.css 10 年之前
database ea340249bb ajout resource type set de fichiers 10 年之前
fonts 50cc639911 hackpoint 10 年之前
img 50cc639911 hackpoint 10 年之前
js aabfee656a ajout xml + identifiant 10 年之前
upload ea340249bb ajout resource type set de fichiers 10 年之前
.htaccess 50cc639911 hackpoint 10 年之前
README.md ce1b344acc Create README.md 10 年之前
account.php 6b442a5350 Merge branch 'master' of https://github.com/ldleman/hackpoint 10 年之前
action.php fbf6865363 Correctifs images 9 年之前
common.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer 10 年之前
component.php aabfee656a ajout xml + identifiant 10 年之前
constant.php aabfee656a ajout xml + identifiant 10 年之前
doc.html 50cc639911 hackpoint 10 年之前
favicon.ico 50cc639911 hackpoint 10 年之前
footer.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer 10 年之前
function.php aabfee656a ajout xml + identifiant 10 年之前
header.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer 10 年之前
index.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer 10 年之前
install.php fbf6865363 Correctifs images 9 年之前
sketch.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer 10 年之前

README.md

Hackpoint

Hackpoint est un projet PHP/sqlite gratuit permettant la gestion de projets éléctroniques/codes ou tout autre type de projets devant être sauvegardé/partagés.

Pré-requis

  • Serveur HTTP (Apache2 conseillé)
  • PHP5
  • SQLITE3
  • EXTENSION PHP-GD

Installation

En ligne de commande

  • Installez les pré-requis sudo apt-get install git apache2 php5 php5-sqlite php-gd
  • Clonez le dépot hackpoint git clone https://github.com/ldleman/hackpoint.git /var/www/html/hackpoint
  • Réglez les permissions sudo chown -r www-data:www-data /var/www/html/hackpoint
  • Depuis un navigateur, lancez le script, le programme est installé.

Manuelle

  • Assurez vous que votre serveur comprends bien les prérequis sqlite et DG
  • Téléchargez le zip de l'application et décompressez le dans votre répertoire /www
  • Autorisez l'écriture sur les répertoires /data et /upload
  • Depuis un navigateur, lancez le script, le programme est installé.