Updated links to the GitHub organization.
parent
ee47ae61b3
commit
769e3fbb92
|
@ -20,7 +20,7 @@ Alternately, clone the repository and invoke `composer` using the
|
|||
shipped `composer.phar`:
|
||||
|
||||
cd my/project/dir
|
||||
git clone https://github.com/CASES-LU/MonarcAppFO.git ./monarc
|
||||
git clone https://github.com/monarc-project/MonarcAppFO.git ./monarc
|
||||
cd monarc/
|
||||
chown -R www-data data
|
||||
chmod -R g+w data
|
||||
|
@ -80,8 +80,8 @@ Repository for Angular at the root of the project:
|
|||
|
||||
mkdir node_modules
|
||||
cd node_modules
|
||||
git clone https://github.com/CASES-LU/ng-client.git ng_client
|
||||
git clone https://github.com/CASES-LU/ng-anr.git ng_anr
|
||||
git clone https://github.com/monarc-project/ng-client.git ng_client
|
||||
git clone https://github.com/monarc-project/ng-anr.git ng_anr
|
||||
|
||||
There are 2 parts:
|
||||
* one only for front office: ng_client;
|
||||
|
|
|
@ -2,4 +2,4 @@ Installation with Vagrant
|
|||
-------------------------
|
||||
|
||||
It is possible to deploy the application in a virtual machine with Vagrant.
|
||||
See the instructions [here](https://github.com/CASES-LU/MonarcAppFO-vagrant).
|
||||
See the instructions [here](https://github.com/monarc-project/MonarcAppFO-vagrant).
|
||||
|
|
|
@ -35,9 +35,9 @@ More information: [Optimised risk analysis Method] (https://www.cases.lu/index-q
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
For a general documentation see [here](https://github.com/CASES-LU/MonarcAppFO/tree/master/docs).
|
||||
For a general documentation see [here](https://github.com/monarc-project/MonarcAppFO/tree/master/docs).
|
||||
|
||||
For installation instructions see [INSTALL](https://github.com/CASES-LU/MonarcAppFO/tree/master/INSTALL).
|
||||
For installation instructions see [INSTALL](https://github.com/monarc-project/MonarcAppFO/tree/master/INSTALL).
|
||||
|
||||
|
||||
License
|
||||
|
|
|
@ -19,22 +19,23 @@
|
|||
"phpoffice/phpword": "dev-stable"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin/"
|
||||
"bin-dir": "bin/",
|
||||
"preferred-install": {
|
||||
"monarc-project/*": "source"
|
||||
}
|
||||
},
|
||||
"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-client"
|
||||
"url": "https://github.com/monarc-project/zm-client"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/CASES-LU/monarc_phpword"
|
||||
"url": "https://github.com/monarc-project/monarc_phpword"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
|
@ -5,13 +5,13 @@
|
|||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/CASES-LU/MonarcAppFO"
|
||||
"url": "https://github.com/monarc-project/MonarcAppFO"
|
||||
},
|
||||
"author": "Netlor",
|
||||
"license": "Copyright",
|
||||
"dependencies": {
|
||||
"ng_anr": "https://github.com/CASES-LU/ng-anr#master",
|
||||
"ng_client": "https://github.com/CASES-LU/ng-client#master"
|
||||
"ng_anr": "https://github.com/monarc-project/ng-anr#master",
|
||||
"ng_client": "https://github.com/monarc-project/ng-client#master"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
|
|
@ -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_client": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-client#beta"
|
||||
"ng_anr": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-anr#beta",
|
||||
"ng_client": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-client#beta"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue