You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @satishkumar9549 !
From version 5.7.0 we've replaced Go server with Nginx, so we don't provide any additional server code for this service anymore.
You can refer our latest Dockerfile for details.
If you are using non Docker installation you need to:
Issue: issue while using below commands for 5.7.4 version service (service-ui_linux_amd64).
curl -L https://github.com/reportportal/service-ui/releases/download/5.7.4/service-ui_linux_amd64 -o service-ui &&
mv service-ui ui/ &&
chmod -R +x ui/* &&
curl -LO https://github.com/reportportal/service-ui/releases/download/5.7.4/ui.tar.gz &&
mkdir public &&
tar -zxvf ui.tar.gz -C public && rm -f ui.tar.gz..
For https://github.com/reportportal/service-ui/releases/tag/5.7.4 no service-ui_linux_amd64 file is available but for version 5.3.5 it is available. (https://github.com/reportportal/service-ui/releases/tag/5.3.5)
The text was updated successfully, but these errors were encountered: