service-ui icon indicating copy to clipboard operation
service-ui copied to clipboard

While installing report Portal using Linux steps, I couldn't find the below files in the link.

Open satishkovuru opened this issue 1 year ago • 1 comments

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)

satishkovuru avatar Mar 28 '23 15:03 satishkovuru

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:

  • Download Nginx instead of service-ui_linux_amd64.
  • Extract UI files accordingly to the html folder.
  • Copy nginx.conf file.
  • Run Nginx server.

@hlebkanonik could you please correct me if I'm wrong with smth regarding non Docker installation?

AmsterGet avatar Mar 28 '23 16:03 AmsterGet