Updated links to the GitHub organization.

pull/1/head
Cédric Bonhomme 2017-07-07 09:34:02 +02:00
parent 3a22947d08
commit ddfcee17b7
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
6 changed files with 20 additions and 20 deletions

View File

@ -23,7 +23,7 @@ Using Composer (recommended)
If not already done, install composer relevant to your distribution. Then, clone the repository and manually invoke `composer`:
cd my/project/dir
git clone ssh://github.com/CASES-LU/MonarcAppBO.git ./monarc
git clone ssh://github.com/monarc-project/MonarcAppBO.git ./monarc
cd monarc
composer install -o (modifier le package.json deux errreurs passer en dev-beta le core et il y a un / en trop pour zm-core)
@ -83,8 +83,8 @@ Repository for angular at project root:
mkdir node_modules
cd node_modules
git clone https://github.com/CASES-LU/ng-backoffice.git ng_backoffice
git clone https://github.com/CASES-LU/ng-anr.git ng_anr
git clone https://github.com/monarc-project/ng-backoffice.git ng_backoffice
git clone https://github.com/monarc-project/ng-anr.git ng_anr
There is 2 parts:
* one only for front office (ng_client)

View File

@ -23,11 +23,11 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/CASES-LU/zm-core"
"url": "https://github.com/monarc-project/zm-core"
},
{
"type": "vcs",
"url": "https://github.com/CASES-LU/zm-backoffice"
"url": "https://github.com/monarc-project/zm-backoffice"
}
]
}

16
composer.lock generated
View File

@ -1449,12 +1449,12 @@
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/CASES-LU/zm-backoffice.git",
"url": "https://github.com/monarc-project/zm-backoffice.git",
"reference": "22b1eb56680bf2409cca6dd05e3a500ad2f0be58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CASES-LU/zm-backoffice/zipball/22b1eb56680bf2409cca6dd05e3a500ad2f0be58",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/22b1eb56680bf2409cca6dd05e3a500ad2f0be58",
"reference": "22b1eb56680bf2409cca6dd05e3a500ad2f0be58",
"shasum": ""
},
@ -1491,8 +1491,8 @@
],
"description": "Backoffice for Monarc project",
"support": {
"source": "https://github.com/CASES-LU/zm-backoffice/tree/master",
"issues": "https://github.com/CASES-LU/zm-backoffice/issues"
"source": "https://github.com/monarc-project/zm-backoffice/tree/master",
"issues": "https://github.com/monarc-project/zm-backoffice/issues"
},
"time": "2017-03-10 12:07:29"
},
@ -1501,12 +1501,12 @@
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/CASES-LU/zm-core.git",
"url": "https://github.com/monarc-project/zm-core.git",
"reference": "0630ff404820dcb75c448cb3ab1ad857ca4c5ea1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CASES-LU/zm-core/zipball/0630ff404820dcb75c448cb3ab1ad857ca4c5ea1",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/0630ff404820dcb75c448cb3ab1ad857ca4c5ea1",
"reference": "0630ff404820dcb75c448cb3ab1ad857ca4c5ea1",
"shasum": ""
},
@ -1550,8 +1550,8 @@
],
"description": "Core for Monarc project",
"support": {
"source": "https://github.com/CASES-LU/zm-core/tree/master",
"issues": "https://github.com/CASES-LU/zm-core/issues"
"source": "https://github.com/monarc-project/zm-core/tree/master",
"issues": "https://github.com/monarc-project/zm-core/issues"
},
"time": "2017-03-09 14:43:25"
},

View File

@ -5,13 +5,13 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CASES-LU/MonarcAppBO"
"url": "https://github.com/monarc-project/MonarcAppBO"
},
"author": "Netlor",
"license": "Copyright",
"dependencies": {
"ng_anr": "https://github.com/CASES-LU/ng-anr#master",
"ng_backoffice": "https://github.com/CASES-LU/ng-backoffice#master"
"ng_anr": "https://github.com/monarc-project/ng-anr#master",
"ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master"
},
"devDependencies": {
"grunt": "~0.4.1",

View File

@ -5,13 +5,13 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CASES-LU/skeleton.git"
"url": "https://github.com/monarc-project/skeleton.git"
},
"author": "Netlor",
"license": "Copyright",
"dependencies": {
"ng_anr": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-anr#beta",
"ng_backoffice": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-backoffice#beta"
"ng_anr": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-anr#beta",
"ng_backoffice": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-backoffice#beta"
},
"devDependencies": {
"grunt": "~0.4.1",

View File

@ -17,7 +17,7 @@
"php": ">=5.5"
},
"source": {
"url": "https://github.com/CASES-LU/skeleton",
"url": "https://github.com/monarc-project/skeleton",
"type": "git",
"reference": "master"
}