adding note to readme to add .mrconfig to ~/.mrtrust and fix .mrconfig to install/update composer dependencies

This commit is contained in:
Ralf Becker 2016-05-12 23:02:09 +02:00
parent c735b32873
commit f8471625af
2 changed files with 5 additions and 4 deletions

View File

@ -9,9 +9,10 @@ checkout = git clone git@github.com:EGroupware/ADOdb.git
[api/js/ckeditor]
checkout = svn checkout https://github.com/EGroupware/ckeditor-dev/branches/trunk/dev/builder/release/ckeditor
#[vendor]
[]
# to run composer.phar automatic, this .mrconfig need to be trusted by adding it to ~/.mrtrust
#checkout = composer.phar install
checkout = /usr/bin/env composer.phar install
update = /usr/bin/env composer.phar install
###
### Optional apps you can enable by uncommenting them and (re-)run: mr up

View File

@ -9,8 +9,8 @@
* git clone git@github.com:EGroupware/egroupware.git
* cd egroupware
* # install composer.phar from https://getcomposer.org/download/
* composer.phar install
* # install myrepos (mr) from https://myrepos.branchable.com/ or your distrbution package
* # install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
* # add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone -b 16.1
* mr up
* # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up
* continue installation at http://localhost/egroupware/setup/