The Higher Education and Research forge

Home My Page Projects Code Snippets Project Openings MonLabo
Summary Activity Tracker Tasks Docs SCM Files Dokuwiki Continious Integration Listes Sympa

SCM Upgrade Information

scm_upgrade_instructions_details

Anonymous Access

Exemple for monlabo :

cd /path/to/your/local/repository/monlabo
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/monlabo/monlabo.git

Exemple for MonLabo_doc :

cd /path/to/your/local/repository/MonLabo_doc
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/monlabo/MonLabo_doc.git

Exemple for MonLabo_tests :

cd /path/to/your/local/repository/MonLabo_tests
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/monlabo/MonLabo_tests.git

Developer Access

Substitute developername with the proper value.

Exemple for monlabo :

cd /path/to/your/local/repository/monlabo
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/monlabo/monlabo.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>


Exemple for MonLabo_doc :

cd /path/to/your/local/repository/MonLabo_doc
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/monlabo/MonLabo_doc.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>


Exemple for MonLabo_tests :

cd /path/to/your/local/repository/MonLabo_tests
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/monlabo/MonLabo_tests.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>


Project description

Plugin Wordpress pour simplifier la gestion du site web d’une structure de recherche. Permet, sur une interface unifiée, de gérer les pages des équipes et des personnels d’une unité de recherche. Il simplifie la mise à jour des membres et équipes, de leurs informations et leur liste de publication (extraite de HAL ou d’une base de donnée maison comme celle de Paris Descartes).

Etablishment : Université de Paris 5 - René Descartes

Public Tools
Tracker Tracker
Document Manager (0 documents in 0 directories)
Files (0 releases in 0 packages)
Tasks
SCM Repository (Git: 5,806 updates, 2,712 adds)
Project Members