...
Install nginx
brew install nginx
Depending on your chipset (Apple/ Intel) you will end up with either of the following:
Document root for placing files is: /usr/local/var/www
(Intel) OR /opt/homebrew/var/www
(Apple)
Site configs go in /usr/local/etc/nginx/servers/
(Intel) OR /opt/homebrew/etc/nginx/servers/
(Apple)
Note |
---|
This guide is based on the Apple default location. If you are using an Intel chipset then you will need to change the attached files to match your setup. i.e. replace |
Start nginx with brew services start nginx
and stop it with brew services stop nginx
...
Update the backend ports from 8080:8080
to 8084:8080
Update Glassfish
Navigate to your Glassfish admin console at localhost:4848
and select the server (Admin Server)
menu on the left. From here select the Properties
tab and update the helium.defaultHostName
to helium.stb.mezzanineware.com
if present. You can ignore this step if you do not have this property set.
Run Helium
Now that you are setup you can run your local helium setup as normal. Once it is fully up and running you will need to stop the UI container in docker desktop.
...