mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
remove mr stuff and empty requirements link
parent
617c21bf2e
commit
4d896f65f2
@ -4,7 +4,11 @@ Get Started
|
|||||||
=====
|
=====
|
||||||
The first step to get started with EGroupware is to checkout the sources and installation on your development environment.
|
The first step to get started with EGroupware is to checkout the sources and installation on your development environment.
|
||||||
|
|
||||||
Assuming you have already prepared [minimum requirements]() on your environments to run EGroupware, you may follow below steps:
|
Assuming you have already prepared minimum requirements on your environments to run EGroupware:
|
||||||
|
* PHP 7.2+ installation with your Webserver
|
||||||
|
* any recent MariaDB/MySQL versions or PostgreSQL
|
||||||
|
|
||||||
|
You may follow below steps:
|
||||||
|
|
||||||
1. Go to your docroot. e.g.```cd /var/www/```
|
1. Go to your docroot. e.g.```cd /var/www/```
|
||||||
|
|
||||||
@ -15,17 +19,9 @@ Assuming you have already prepared [minimum requirements]() on your environments
|
|||||||
|
|
||||||
4. Install composer.phar if you don't have it installed. https://getcomposer.org/download/
|
4. Install composer.phar if you don't have it installed. https://getcomposer.org/download/
|
||||||
|
|
||||||
5. Install myrepos (mr). ```apt install myrepos```
|
5. Run install-cli.php to install or update your EGroupware checkout
|
||||||
> see https://myrepos.branchable.com/ for other distributions.
|
```./install-cli.php```
|
||||||
|
|
||||||
6. Add egroupware source path into `~/.mrtrust`.
|
6. Continue installation at http://localhost/egroupware/setup/
|
||||||
|
|
||||||
e.g.:```vi ~/.mrtrust``` then add this line:<br> ``` /var/www/egroupware/```
|
7. Congratulations!!! Now you may login to your EGroupware instance by visiting http://localhost/egroupware/.
|
||||||
|
|
||||||
> if you'd like to enable none-default applications, you may modify `.mrconfig` file located in egroupware root directory. e.g. ```vi /var/www/egroupware/.mrconfig```. Remember you need to run `mr up` after changing this file.
|
|
||||||
|
|
||||||
7. ```mr up```
|
|
||||||
|
|
||||||
8. Continue installation at http://localhost/egroupware/setup/
|
|
||||||
|
|
||||||
9. Congratulations!!! Now you may login to your EGroupware instance by visiting http://localhost/egroupware/.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user