From 1dcfe13a37a1f595973e6eb80da1569088da4423 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 12 May 2016 18:00:35 +0200 Subject: [PATCH] add myrepo file to install EGroupware dependencies and non-default apps --- .mrconfig | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 .mrconfig diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 0000000000..c037947ba9 --- /dev/null +++ b/.mrconfig @@ -0,0 +1,86 @@ +# Installing EGroupware dependencies +# - install myrepo utility (https://myrepos.branchable.com/) +# - to install or update run inside EGroupware dir: mr up +# - alternativly you can also run the commands manually + +[api/src/Db/ADOdb] +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 + +### +### Optional apps you can enable by uncommenting them and (re-)run: mr up +### +[activesync] +# synchronise mobile phone via Z-Push and ActiveSync protocoll +checkout = git clone git@github.com:EGroupware/activesync.git +chain = true + +[tracker] +# tracking or helpdesk application +checkout = git clone git@github.com:EGroupware/tracker.git + +[projectmanager] +# projectmanagement and Ganttcharts +checkout = git clone git@github.com:EGroupware/projectmanager.git + +#[bookmarks] +# record and share bookmarks +#checkout = git clone git@github.com:EGroupware/bookmarks.git + +#[news_admin] +# publish and agregate RSS or ATOM feeds +#checkout = git clone git@github.com:EGroupware/news_admin.git + +### +### Older apps requiring to install phpgwapi and etemplate! +### +#[phpgwapi] +# old api used by non 16.1 apps +#checkout = git clone git@github.com:EGroupware/bookmarks.git + +#[jdots] +# alternative "Stylite" template set +#checkout = git clone git@github.com:EGroupware/jdots.git + +#[etemplate] +# old templating system superseeded by eTemplate2 in 16.1+ api +#checkout = git clone git@github.com:EGroupware/etemplate.git + +#[registration] +# allows (after configuration!) to selfregister accounts and recover lost passwords +#checkout = git clone git@github.com:EGroupware/registration.git + +#[phpbrain] +# knowledge base +#checkout = git clone git@github.com:EGroupware/phpbrain.git + +#[wiki] +# wiki application +#checkout = git clone git@github.com:EGroupware/wiki.git + +#[sambaadmin] +# keeps passwords in sync with Samba3 using same LDAP as EGroupware (for Samba4 use Active Directory) +#checkout = git clone git@github.com:EGroupware/sambaadmin.git + +#[sitemgr] +# content managment application +#checkout = git clone git@github.com:EGroupware/sitemgr.git + +#[phpfreechat] +# chat application +#checkout = git clone git@github.com:EGroupware/phpfreechat.git + +### +### EPL apps not publicly available +### +#[stylite] +#checkout = svn checkout svn+ssh://stylite@svn.stylite.de/stylite/trunk/stylite + +#[esyncpro] +#checkout = svn checkout svn+ssh://stylite@svn.stylite.de/stylite/trunk/esyncpro