mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
add myrepo file to install EGroupware dependencies and non-default apps
This commit is contained in:
parent
4a167f0bbf
commit
1dcfe13a37
86
.mrconfig
Normal file
86
.mrconfig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user