-
Notifications
You must be signed in to change notification settings - Fork 1
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
Docs: connecting a local WPS to the staging server UI #15
Comments
How to test WPS with UI on staging serverStaging server: Install the CEDA WPS UI using AnsibleWe install Phoenix using our playbook on This will install with:
Install the WPS
Then use
This will start the service on: Register the WPS with the WPS UIGo to admin on CEDA WPS UI (on staging server): https://ceda-wps-staging.ceda.ac.uk/admin Login and add the WPS here: https://ceda-wps-staging.ceda.ac.uk/services/register Use info:
Link up the output path URL and directoryCreate/connect Phoenix to expose output directoriesNOTE: These instructions work for We can tell the Phoenix installation to provide access to the output directories by doing:
Then, this should work: http://ceda-wps-staging.ceda.ac.uk/outputs/test.txt Modify where test version of service is writing outputsYou might need to add these lines in
and do:
Otherwise, the WPS will be using Test it - look at the UI formVisit: https://ceda-wps-staging.ceda.ac.uk/processes Click on the link, it will render a form for the process (if the |
Does run it on that port on that server, as does
--hostname 0.0.0.0
but can't see it in main browser.Might need a solution to run the server and the client on separate servers. Just need to create a new server:
ceda-wps-ui-staging.ceda.ac.uk
The text was updated successfully, but these errors were encountered: