Projet

Général

Profil

Wiki

Ayant été très heureux d'apprendre l'ouverture du projet sankoré ... surtout sachant que nous avons essayés d'expliquer aux constructeurs de TBI qu'il était absoluement indispensable qu'ils libèrent leur logiciel ... je créé ce projet sur leterrier d'abuledu pour accompagner l'ouverture du code de ce logiciel par rapport à abuledu, réfléchir à son intégration dans notre distribution et voir les interactions que nous pourrions mettre en place avec les logiciels du terrier, ressources pédagogiques, mises en pratiques etc.

Développement et dépôt

Version officielle LibreSankoré:

git clone https://git.gitorious.org/libre-sankore/libre-sankore.git

Version officielle OpenSankoré:

git clone https://github.com/Sankore/Sankore-3.1.git

Merge OpenSankoré <-> LibreSankoré

Note: pour utiliser meld comme outil de merge avec git, éditez votre fichier ~/.gitconfig

[merge]
tool = mymeld
conflictstyle = diff3
[mergetool "mymeld"]
cmd = meld --diff $BASE $LOCAL --diff $BASE $REMOTE --diff $LOCAL $BASE $REMOTE $MERGED
git remote add sankore-official https://github.com/Sankore/Sankore-3.1.git
git fetch sankore-official
git merge v2.1.0
git mergetool

git commit -a

git remote add libre-gitorious git@gitorious.org:libre-sankore/libre-sankore.git
git push libre-gitorious
Redmine Appliance - Powered by TurnKey Linux