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

Testing instructions on README.md wrongly mention --port=4000 #72

Open
jmr-ua-pt opened this issue Apr 12, 2024 · 1 comment
Open

Testing instructions on README.md wrongly mention --port=4000 #72

jmr-ua-pt opened this issue Apr 12, 2024 · 1 comment

Comments

@jmr-ua-pt
Copy link

On README.md you include the following instructions to test a Jobe server from a client machine:

python3 testsubmit.py --host='jobe.somehow.somewhere' --port=4000

However, as far as I can tell, the Jobe server is listening on port 80, right?

@trampgeek
Copy link
Owner

trampgeek commented Apr 12, 2024

In the default configuration, running Jobe natively on a server, you're right that Jobe will be using Port 80. However, if you run jobe in a container (e.g. see jobeinabox) you will often map port 80 in the container to another port outside it. Or you may choose to configure Apache on the Jobe host to accept requests on a different port. testubmit.py needs to be able to test these alternative configurations.

However, I can see that the README is confusing on this - I probably updated it to describe how to test JobeInAbox containers with port 80 mapped to 4000. I'll tweak the wording.

Thanks for reporting.

@trampgeek trampgeek reopened this Apr 12, 2024
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