Install fog 1.5.7 on Centos 8
-
hello i am installing version 1.5.7 of fog on a centos8 server.
were having trouble creating the database here
I followed the instructions of this posthttps://forums.fogproject.org/topic/13887/blank-install-page/36
but now I can’t create the database give me this error
-
I guess the developers need to post this a bit stronger.
FOG 1.5.7 and earlier DOES NOT support Centos 8 as of now. FOG 1.5.7 was released before Centos 8 came out, there are changes in Centos 8 that breaks the 1.5.7 installer.
With that said, you may be able to save your install.
- First log into your mysql database with:
mysql -u root -p
- Then delete the fog database.
drop database fog
- Exit mysql
exit
- Change to the fogproject install directory (understand this only works if you installed from git). The directory will be /root/fogproject or /opt/fogproject depending on the instructions you followed.
- Key in the following to use the 1.6 beta branch. Understand that this will install a 1.5.7.700 or something version of FOG.
git checkout dev-branch
- Now change to the bin directory and install FOG.
- First log into your mysql database with:
-
@george1421 said in Install fog 1.5.7 on Centos 8:
I guess the developers need to post this a bit stronger.
thanks
to install fog 1.5.7 on centos7 version? Already works Well?
-
@Gilberto-Ferraz said in Install fog 1.5.7 on Centos 8:
to install fog 1.5.7 on centos7 version? Already works Well?
Yes very well.
-
@george1421 Thank you for the patience.
you are a good person