Skip to content

Commit

Permalink
match version of Payara used in Installation Guide #7241
Browse files Browse the repository at this point in the history
The Installation Guide was updated in pull request #7036 for #7017.
  • Loading branch information
pdurbin committed Aug 28, 2020
1 parent 6402322 commit 4fc67ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/developers/dev-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ To install Payara, run the following commands:

``cd /usr/local``

``sudo curl -O -L https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/5.201/payara-5.201.zip``
``sudo curl -O -L https://github.com/payara/Payara/releases/download/payara-server-5.2020.2/payara-5.2020.2.zip``

``sudo unzip payara-5.201.zip``
``sudo unzip payara-5.2020.2.zip``

``sudo chown -R $USER /usr/local/payara5``

Expand Down

0 comments on commit 4fc67ea

Please sign in to comment.