Skip to content

Commit a210288

Browse files
authored
Update README.md
1 parent fe8f822 commit a210288

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ A tested stack of versions is listed below.
99
1. 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+
```
1222
3. 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/
91101
A 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
97107
Not 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
120130
5. Start PEGR.
121131
122132
```
123-
$ java -Dgrails.env=dev -jar pegr-0.1.war
133+
$ java -Dgrails.env=dev -jar pegr.war
124134
```
125135
126136
6. Go to http://localhost:8080/pegr/ in your browser to see the PEGR login page.

0 commit comments

Comments
 (0)