summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-01-13 13:00:09 +0100
committermsquare <msquare@notrademark.de>2019-01-13 13:00:09 +0100
commit584f86090ac390fcd0ed56586add7b13f97b0ea1 (patch)
treeddd4447367d033e79877e3e768f484f9a496a5af /README.md
parent43b7b5c1177da48eead4f0659fbc465a7c0ad4fe (diff)
updated the README: gitlab badges and release install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index e43dbf9c..b6722ac1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![pipeline status](https://chaos.expert/engelsystem/engelsystem/badges/master/pipeline.svg)](https://chaos.expert/engelsystem/engelsystem/commits/master)
+[![coverage report](https://chaos.expert/engelsystem/engelsystem/badges/master/coverage.svg)](https://chaos.expert/engelsystem/engelsystem/commits/master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/20b3b0b4e93344a29da6bec77f329e7a)](https://www.codacy.com/app/engelsystem/engelsystem)
[![GPL](https://img.shields.io/github/license/engelsystem/engelsystem.svg?maxAge=2592000)]()
@@ -7,7 +9,8 @@ Please visit https://engelsystem.de for a feature list.
To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsystem/issues)
## Installation
-### Requirements:
+
+### Requirements
* PHP >= 7.1
* Required modules:
* gettext
@@ -16,10 +19,20 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
* xml/libxml/SimpleXML
* MySQL-Server >= 5.7.8 or MariaDB-Server >= 10.2.2
* Webserver, i.e. lighttpd, nginx, or Apache
+
+### Additional requirements if you want to build the project by yourself
* Node >= 8 (Development/Building only)
* Yarn (Development/Building only)
-### Directions:
+### Download
+
+#### Stable
+ * Go to the [Releases](https://github.com/engelsystem/engelsystem/releases) page and download the latest stable release file.
+ * Extract the files to your webroot and continue with the directions for configurations and setup.
+
+### Latest unstable
+The following instructions explain how to get, build and run the latest engelsystem version directly from the git master branch (may be unstable!).
+
* Clone the master branch: `git clone https://github.com/engelsystem/engelsystem.git`
* Install [Composer](https://getcomposer.org/download/) and [Yarn](https://yarnpkg.com/en/docs/install) (which requires [Node.js](https://nodejs.org/en/download/package-manager/))
* Install project dependencies:
@@ -38,6 +51,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
yarn build
```
+### Configuration and Setup
* The webserver must have write access to the ```import``` and ```storage``` directories and read access for all other directories
* The webserver must point to the ```public``` directory.
* The webserver must read the ```.htaccess``` file and ```mod_rewrite``` must be enabled