forked from extern/egroupware
adding note to readme to add .mrconfig to ~/.mrtrust and fix .mrconfig to install/update composer dependencies
This commit is contained in:
parent
c735b32873
commit
f8471625af
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user