Replies: 1 comment
-
|
Solved in issue 413. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi :)
Thank you all for your generous work.
I am in the process of trying to setup Librebooking with my Apache2 webserver. Tbh I am not the most seasoned veteran in Apache or webservers in general (Maybe it would be easier to setup with Nginx? idk.). But I followed the install instructions but I'm pretty sure I'm doing something wrong in the apache setup.
But I tried to setup the .conf file as such -
ServerAdmin mymail@gmail.com
ServerName librebooking.example.com
DocumentRoot /var/www/librebooking.example.com/public_html
I then copied Librebooking into the DocumentRoot above. However I'm thinking this is exposing the whole app or library to the web - As I am able to traverse it and enter directories. So the domain and the dns seems somewhat up and running.
I am not able to run the Web directory. I just gives me an error if I navigate to it on the page.
I am not getting the blank page described in the installation guide. Maybe I should install the database first before expecting something to work here? Idk :D
Any insights will be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions