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]
|
[api/js/ckeditor]
|
||||||
checkout = svn checkout https://github.com/EGroupware/ckeditor-dev/branches/trunk/dev/builder/release/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
|
# 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
|
### 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
|
* git clone git@github.com:EGroupware/egroupware.git
|
||||||
* cd egroupware
|
* cd egroupware
|
||||||
* # install composer.phar from https://getcomposer.org/download/
|
* # install composer.phar from https://getcomposer.org/download/
|
||||||
* composer.phar install
|
* # install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
|
||||||
* # install myrepos (mr) from https://myrepos.branchable.com/ or your distrbution package
|
* # add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone -b 16.1
|
||||||
* mr up
|
* mr up
|
||||||
* # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up
|
* # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up
|
||||||
* continue installation at http://localhost/egroupware/setup/
|
* continue installation at http://localhost/egroupware/setup/
|
||||||
|
Loading…
Reference in New Issue
Block a user