Skip to content

Commit d19f037

Browse files
authored
Merge pull request #9659 from OdumInstitute/9658_dev_environment_payara_download
update dev-environment for new Payara download locations
2 parents 8a293c9 + 268ab04 commit d19f037

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/sphinx-guides/source/developers/dev-environment.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ To install Payara, run the following commands:
8787

8888
``cd /usr/local``
8989

90-
``sudo curl -O -L https://s3-eu-west-1.amazonaws.com/payara.fish/Payara+Downloads/5.2022.3/payara-5.2022.3.zip``
90+
``sudo curl -O -L https://nexus.payara.fish/repository/payara-community/fish/payara/distributions/payara/5.2022.3/payara-5.2022.3.zip``
9191

9292
``sudo unzip payara-5.2022.3.zip``
9393

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

96+
If nexus.payara.fish is ever down for maintenance, Payara distributions are also available from https://repo1.maven.org/maven2/fish/payara/distributions/payara/
97+
9698
Install Service Dependencies Directly on localhost
9799
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
98100

0 commit comments

Comments
 (0)