A superlab for hack

Idleman 6b442a5350 Merge branch 'master' of https://github.com/ldleman/hackpoint пре 7 година
class 6b442a5350 Merge branch 'master' of https://github.com/ldleman/hackpoint пре 7 година
css ced6389a19 Update main.css пре 8 година
database ea340249bb ajout resource type set de fichiers пре 8 година
fonts 50cc639911 hackpoint пре 8 година
img 50cc639911 hackpoint пре 8 година
js aabfee656a ajout xml + identifiant пре 7 година
upload ea340249bb ajout resource type set de fichiers пре 8 година
.htaccess 50cc639911 hackpoint пре 8 година
README.md ce1b344acc Create README.md пре 8 година
account.php 6b442a5350 Merge branch 'master' of https://github.com/ldleman/hackpoint пре 7 година
action.php aabfee656a ajout xml + identifiant пре 7 година
common.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer пре 8 година
component.php aabfee656a ajout xml + identifiant пре 7 година
constant.php aabfee656a ajout xml + identifiant пре 7 година
doc.html 50cc639911 hackpoint пре 8 година
favicon.ico 50cc639911 hackpoint пре 8 година
footer.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer пре 8 година
function.php aabfee656a ajout xml + identifiant пре 7 година
header.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer пре 8 година
index.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer пре 8 година
install.php cac7b158de Update install.php пре 8 година
sketch.php 7c6b574b39 * Correction automatique de la mise en forme et indentention via php-cs-fixer пре 8 година

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é.