Passbolt CE CentOS 7 cannot reach domain/ip

Hello,

I have installed passbolt succesfully on CentOS using VMware Workstation 14 Player. After installation it should work by accessing url: eric-passbolt.dev. But for some reason I cannot access passbolt on my host. (page not found)

What am I doing wrong?

Hope someone can help.

Eric

Does someone have any idea how to solve this?

Did you add in your client host files a mapping for your domain and IP?
On linux you would edit /etc/hosts and add something like:

x.x.x.x            eric-passbolt.dev

Where x.x.x.x is your VM IP address on the network.

ok thanks. Which command do I use to edit?

@cireknilb you can try

nano /etc/hosts .

If you don’t have nano installed try

vi /etc/hosts

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.