Unable to access the FOG URL(remote user interface)
-
I installed Ubuntu 14.04 LTS 64-bit. I just ran the two commands you sent me. I will now try to install FOG and let you know if the same issues occurs.
Thanks,
Justin
-
Did you see the thread about Ubuntu 14.04 and the changes to the apache2 documents directory changing from /var/www to /var/www/html
-
[quote=“JustinGSEIWI, post: 25780, member: 23733”]I installed Ubuntu 14.04 LTS 64-bit. I just ran the two commands you sent me. I will now try to install FOG and let you know if the same issues occurs.
Thanks,
Justin[/quote]
My recommendation, [B]don’t[/B]. 14.04 was just recently released, you may be biting off more than you can chew. I haven’t even tested 14.04 to it’s fullest capabilites with FOG yet, so, I advise you to use 13.10 or something older. There have been changes to apache2 in 14.04, the folder that is now doing the serving is in /var/www/html instead of /var/www like it has been previously, the fix for this is simple, but I am not sure 9as I have not tested) what else may be broken or may not be functioning without adjustments.
If you are dead set on installing FOG on Ubuntu 14.04… download the fog zip file, decompress and follow the installation instructions. After it tells you that the install was a success and the installer asks you to perform the schema update, insert the following command
[code]
sudo ln -s /var/www/fog var/www/html/fog
[/code]Now you may proceed with updating the schema at the url.
-
There is also a wiki for 14.04.
-
Thank you for the replies.
Since I already have the latest version installed. I will just try that quick. If it works, great. If not, then i’ll go back to version 13.
Justin