Skip to content

Commit

Permalink
requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetanbrl authored Dec 5, 2023
1 parent 875067e commit a823120
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,41 @@ See https://georchestra.geo-solutions.it/ (work in progress)

## Building and install the project

### Prerequisite
### Prerequisite

**1. Clone the repository**
**1. Requirements**

`git clone --recursive https://github.com/georchestra/mapstore2-georchestra.git`
You need to read the relevant requirements documentation according to your installation :

https://docs.mapstore.geosolutionsgroup.com/en/latest/developer-guide/requirements/

To read the appropriate requirements page, open the previous link and select the corresponding MapStore2 release in the bottom right corner.

**2. Install NodeJS**
**2. Clone the repository**

* Suggested NodeJS 12.x, npm 6.x.
* Minimal version : NodeJS >= 10, npm >= 6.
* NodeJS > 14.x is not currently supported
`git clone --recursive https://github.com/georchestra/mapstore2-georchestra.git`

**3. Install NodeJS**

:warning: For minimal you may need to increase used memory limits.

To get more informations about nodejs install :

* Instructions to install Nodejs from package manager : [here](https://nodejs.org/en/download/package-manager/)
* Download source : [here](https://nodejs.org/en/download/)
* Download a specific version : [here](https://nodejs.org/dist/)

**3. Install Java SDK**
* Download a specific version : [here](https://nodejs.org/dist/) (v16 is recommended)

Install Java SDK, if needed. Java 1.8, 9 and 11 are supported.
**4. Install Java SDK**

You can download them from :
If needed you can download Java here :

* [1.8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* [9](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase9-3934878.html)
* [11](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase11-5116896.html)
* [8 (min)](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* [9 (recommended)](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase9-3934878.html)
* [11 (max)](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase11-5116896.html)

**4. Install Maven**
**5. Install Maven**

Install latest Maven, if needed, from [here](https://maven.apache.org/download.cgi) (version 3.5.2 is required).
Install latest Maven, if needed, from [here](https://maven.apache.org/download.cgi).

### Build

Expand Down

0 comments on commit a823120

Please sign in to comment.