I have recieved a few student licenses for my group project. I am using my own server and not the cloud.
I am currently using remote desktop to remote into a virtual machine to act as the storage server.
I downloaded and installed JIRA Core on that virtual machine.
Everytime I add my friends as users. In the email they recieve their website link always starts with http://localhost:8080 and when they click it the page is not found.
I am trying to set up an online URL that everyone can access from their own web browsers at home i.e.
www.engineeringproject.atlassian.net
p.s. I am very new to software/networking/servers so please use simple english.
Change the base URL of your JIRA instance to the public ip that your vm gets from ISP
Your VM must be connected to internet. ( you may check Ethernet adaptor setting in VM ), meaning your vm must have public ip.
I know my VM has internet because I used the internet to download the installer.
How do I find my IP on the VM?
Do I just copy-paste the sequence of numbers into the Base URL, or is it something like http://123.456.789
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Base URL should be like http://150.203.186.143
what is the output of the command ipconfig /all ( for windows ) and ifconfig ( for Linux ). With this output I can tell which ip you need to use.
But if you are using a router and don't have direct connection to the VM, then you may need to do some ip forwarding on the host in which VM is installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
http://150.203.186.143 should be the correct base url, provided your JIRA instance is running on port 80.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now your VM's firewall needs to be checked. To verify it disable the firewall on the VM completely and try to access the base URL you set from the host computer.
If that works, then enable the firewall again and allow the connection to VM on port 80 in VM's firewall
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.