I’m trying to install Xibo on a webspace - this should not be a problem, or can Xibo only be installed locally on a local webserver?
If a webserver (ftp) is not a problem, here is the actual question
After creating the admin username and password it asks for a library directory to place the media i upload.
Where is this directory need to be placed? Can you give me an example?
media library can be locate where you want.
you create a directory for example in
/my_storage/xibo_media
best practice is to put folder out of root apache directory
I’m unfortunately not 100% tech/database minded, so i need just a bit more explanation
If i have the Xibo installation on ex. http://domain.com/Xibo/ what will be the exact address for the media library?
Still not sure what /my_storage/xibo_media refers to… is this an online folder on my webserver or a local storage?
When you have a web space you will typically have a few folders in there, and only 1 of them is what we call “web serveable”. This means that when you visit http://domain.com/xibo your web space is looking inside a folder on your host and serving the files contained inside it. The folder is usually called www or web or htdocs or public_html - it really depends on your web space.
We recommend that your library is not inside that folder because you don’t want visitors to be able to go to http://domain.com/xibo/library/my_important_video.wmv.
Therefore we recommend that your library is outside the web serveable folder - normally one folder up. This really depends on your web space.
I have no folders on my web service at www.one.com that are not public.
If i look past this issue with the files folder being accessible, i’ve created a folder and a subfolder for this library. Let’s call it http://www.domain.com/lcd/files/
The folders are fully accessible to read/write, but the Xibo installation gives me the error that it could not create the folder for the library location.
It wants me to make sure that it has permission to create the folder or have me to create the folder manually with read/write access. This is done… but no luck on getting past this.