How to Start Xibo 1.8-beta on localhost (for Windows)

Hi,

i just downloaded Xibo following these steps: https://github.com/xibosignage/xibo-cms#under-the-hood

At this point :
Installation wizard The CMS will be accessible at localhost

i’m trying to open the CMS at “localhost/Xibo” but it show a website not found page.

Where am I doing wrong?

( the VM Virtual Box is active )

Thanks

1 Like

Sorry, that is not written very well - it means localhost on the vagrant guest machine.

When you executed vagrant up, the last thing it output would have been its IP address - that is the address you should navigate to (this is the IP address of the virtual machine).

Hi Dan,
Thank you for your help.

Now, in my virtual machine it appears this error:
Fatal Error - sorry this shouldn't happen. SQLSTATE[28000] [1045] Access denied for user 'cms'@'172.17.0.4' (using password: YES)

What does it mean ?

Thanks

1 Like

Sorry - see Protocol Mismatch in Vagrant Machine

thanks, it works with these changes in the Vagrantfile

1 Like