forked from extern/egroupware
Fix headers
This commit is contained in:
parent
61dd93566a
commit
7e7d7ceb6f
16
README.md
16
README.md
@ -15,14 +15,14 @@
|
|||||||
* cd /path/to/your/docroot
|
* cd /path/to/your/docroot
|
||||||
* git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
|
* git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
|
||||||
* cd egroupware
|
* cd egroupware
|
||||||
* # install composer.phar from https://getcomposer.org/download/
|
* install composer.phar from https://getcomposer.org/download/
|
||||||
* # install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
|
* 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
|
* 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 by uncommenting them in .mrconfig and run mr up
|
* enable further / non-default EGroupware apps by uncommenting them in .mrconfig and run mr up
|
||||||
* # continue installation at http://localhost/egroupware/setup/
|
* continue installation at http://localhost/egroupware/setup/
|
||||||
* # to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so
|
* to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so
|
||||||
* # install nodejs from your distribution package manager
|
* install nodejs from your distribution package manager
|
||||||
* npm install -g grunt-cli # installs grunt command globally, if you have not already done so
|
* npm install -g grunt-cli # installs grunt command globally, if you have not already done so
|
||||||
* npm install # installs required npm/grunt modules into node_modules/ dir
|
* npm install # installs required npm/grunt modules into node_modules/ dir
|
||||||
* # run grunt manually after every update, or better uncomment grunt steps in .mrconfig
|
* run grunt manually after every update, or better uncomment grunt steps in .mrconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user