I can't access my install on my local network
|
|
Hi, I’m not very experienced with stuff like this. I’m pretty new to it. Please help! raspberryheaven |
|
|
Hi, What error are you exactly getting? Can you check if the servers are running? Cheers |
|
|
I’m just getting the basic can’t connect to server error in safari. I’m running this on my localhost so I’m not really sure why it wouldn’t connect to it. Do i need to put these installations in my sites folder or enable sharing or what? I’m new to all of this localhost type stuff so I don’t really know what I’m doing 100%. raspberryheaven |
|
|
And what about the servers? You can check their status by typing
in the Terminal, at the installation directory Cheers |
|
|
Sorry, I don’t really understand what you mean by servers. I didn’t think I needed to worry about anything like that when running something on local host. I”ll try it out though. How do I get to the installation directory in my terminal? raspberryheaven |
|
|
Hi, A quick definition, not 100% accurate: servers are applications that listen to other applications (named clients) petitions and answer them accordingly. For example, your web browser asks a web server for pages. After rebooting your system, you have to start the servers. Type in the Terminal
“cd” is the command to change directory, and the parameter passed is the location of the folder (change the asterisk for the exact version of the drupal stack). Now, to start the servers type
And you’re done. Cheers |
