Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
satishkovuru opened this issue Mar 28, 2023 · 1 comment

Comments

@satishkovuru
Copy link

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)

@AmsterGet
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants