File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ A tested stack of versions is listed below.
991 . OpenJDK 1.8.0_212
1010 - https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
1111 - PEGR is not currently compatible with Java 11+
12+ - MacOS: We recommend Homebrew to install and manage Java 8
13+ - Homebrew command to install and use Java 8:
14+ ```
15+ brew tap adoptopenjdk/openjdk
16+ brew install --cask adoptopenjdk8
17+ ```
18+ - Java 8 executable is now located here:
19+ ```
20+ /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java
21+ ```
12223. MariaDB 10.4.6
1323 - Linux: https://mariadb.org/download/
1424 - MacOS: We recommend Hombrew to install and manage MariaDB
@@ -91,7 +101,7 @@ $ cp -r sample_files/protocols ~/tmp/
91101A sample config file 'pegr-config.properties' is inlcuded in the sample_files folder https://github.com/seqcode/pegr/tree/master/sample_files.
92102```
93103$ mkdir ~ /.grails/
94- $ cp pegr-config.properties ~/.grails/
104+ $ cp sample_files/ pegr-config.properties ~ /.grails/
95105```
96106
97107Not all pegr-config.properites need to be filled out for PEGR to function. Below are the minimum properties needed to be set.
@@ -120,7 +130,7 @@ filesroot=~/tmp
1201305. Start PEGR.
121131
122132```
123- $ java -Dgrails.env=dev -jar pegr-0.1 .war
133+ $ java -Dgrails.env=dev -jar pegr.war
124134```
125135
1261366. Go to http://localhost:8080/pegr/ in your browser to see the PEGR login page.
You can’t perform that action at this time.
0 commit comments