Web interface and management scripts for web hosting
Go to file
Ludovic Poujol 3a19d14e3a Introducing a Vagrantfile for testing \o 2019-02-28 13:55:47 +01:00
bin NO CODE IN THIS COMMIT. ONLY :retab replacement aka remove-all-tabs-from-code commit 2017-08-20 04:31:00 +02:00
conf Put auth hashs in conf file 2017-09-01 03:35:16 +02:00
evolibs Merge untracked code into evoadmin-web. 2015-08-31 15:18:56 +02:00
htdocs Honor the request scheme when redirecting the user 2019-02-28 13:53:00 +01:00
inc Do not display evoadmin in the ftp account creation form 2018-12-11 16:09:08 +01:00
lib NO CODE IN THIS COMMIT. ONLY :retab replacement aka remove-all-tabs-from-code commit 2017-08-20 04:31:00 +02:00
scripts Fix when multiples SetHandler lines in VHOST file 2019-02-21 02:31:04 +01:00
tpl Add new features: 2017-08-22 12:50:42 -04:00
.gitignore Introducing a Vagrantfile for testing \o 2019-02-28 13:55:47 +01:00
INSTALL bye bye pam_auth() 2017-09-08 03:53:42 +02:00
LICENSE Evoadmin-web is now under AGPLv3 license 2018-12-20 11:47:24 +01:00
README-CLUSTER.md Evoadmin-web is now a "public project". 2015-08-25 16:54:13 +02:00
README.md Evoadmin-web is now under AGPLv3 license 2018-12-20 11:47:24 +01:00
TODO Evoadmin-web is now a "public project". 2015-08-25 16:54:13 +02:00
Vagrantfile Introducing a Vagrantfile for testing \o 2019-02-28 13:55:47 +01:00

README.md

evoadmin-web

Panel d'administration de serveur web.

Project leader : ?

Cloner le repo

git clone ssh://git@git.evolix.org/evoadmin-web.git

Versions

  • Stable Squeeze → Déprécié. Dispo sur projet privé.
  • Stable Wheezy → git checkout wheezy
  • Stable Jessie → Nexiste pas encore.
  • Dev Jessie → git checkout jessie-dev

Installation

Automatiquement via Evolinux.

Manuelle

TODO

Paquet

TODO

Méthodes de collaboration

Lire le fichier GUIDELINES.

Chaque version stable a le nom de la version Debian dans une branche. (Wheezy, Jessie, …) On ne touche pas à ces branches, sauf pour corriger un bug critique, qu'on appellera dans le commit "Hotfix #IDBugRedmine. Description du commit/bug". Le project leader se charge de merger les futures version (wheezy-dev, jessie-dev, …) dans la branche stable et de faire un changelog.

Chaque version de redmine est prévu à l'avance dans la roadmap de Redmine. Quand une version de développement est terminé (tout les bugs fermés), on utilisera les tags pour se repérer dans l'historique GIT. Puis une fois que la version est décrété stable, elle sera mergé dans la branche stable.

Pour travailler sur une version spécifique, il faut travailler dans la branche "$release". Voir les branches sur le remote :

$ git branch -r 
  origin/jessie-dev
  origin/wheezy-dev
  origin/wheezy

Il suffira de « checkout » dessus, et commencer à commiter. Les commits doivent être nommés "Implement #IDBugRedmine. Description feature." ou "Fix #IDBugRedmine. Description correction du bug.".

$ git checkout wheezy-dev
[…] hack hack […]
$ git commit
$ git push

Licence

Evoadmin-web est un projet Evolix et est distribué sour licence AGPLv3, voir le fichier LICENSE pour les détails.