SuiteCRM - install guide, anyone?
- 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller I'm going to have to "try" & get on the Korora bandwagon!
I'm kinda of warming up to the idea of Korora or F25 Workstation + Win 10 as a vm.
I've even phased out the Windows 10 VM!
 - 
@scottalanmiller said in SuiteCRM - install guide, anyone?:
I've even phased out the Windows 10 VM!
I can't do that, I've got some home automation programming software, only runs on Windows.
 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller said in SuiteCRM - install guide, anyone?:
I've even phased out the Windows 10 VM!
I can't do that, I've got some home
automation programmingsunk cost software which, only runs on Windows.FTFY.
 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller said in SuiteCRM - install guide, anyone?:
I've even phased out the Windows 10 VM!
I can't do that, I've got some home automation programming software, only runs on Windows.
Not even WINE?
 - 
Can't say, I've never tried WINE!
 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
Can't say, I've never tried WINE!
Good place to start

 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
Can't say, I've never tried WINE!
People think I'm a lush for some reason. Wine is my first go-to if it has to be a Windows program.
 - 
@scottalanmiller said in SuiteCRM - install guide, anyone?:
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller I'm going to have to "try" & get on the Korora bandwagon!
I'm kinda of warming up to the idea of Korora or F25 Workstation + Win 10 as a vm.
I've even phased out the Windows 10 VM!
I assume you have a separate device for Windows gaming?
 - 
@dafyre said in SuiteCRM - install guide, anyone?:
@scottalanmiller said in SuiteCRM - install guide, anyone?:
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller I'm going to have to "try" & get on the Korora bandwagon!
I'm kinda of warming up to the idea of Korora or F25 Workstation + Win 10 as a vm.
I've even phased out the Windows 10 VM!
I assume you have a separate device for Windows gaming?
Yes, that's not so good in a VM anyway.
 - 
@JaredBusch said in SuiteCRM - install guide, anyone?:
I have my typical style notes and will post that as a guide tomorrow, once I do it a second time.
On the second run, how did the install go?
 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@JaredBusch said in SuiteCRM - install guide, anyone?:
I have my typical style notes and will post that as a guide tomorrow, once I do it a second time.
On the second run, how did the install go?
Got pulled into a bunch of work and did not do it yet.
 - 
SuiteCRM instructions are absolutely horrid. Hell, they do not even tell you intelligently what packages are required..
https://suitecrm.com/wiki/index.php/Installation#Recommended_installation_pre-requisites
 - 
That's why I'm waiting on the experts to figure it all out

 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
That's why I'm waiting on the experts to figure it all out

I sent the package list
  That part has been figured out and tested.  I have SuiteCRM in production and that list is what produced it, so I know that it works. - 
Yes you did but I got stuck here:

 - 
That looks really simple. Did you chown the /var/www/html directory to be owned by the Apache web server?
 - 
@scottalanmiller said in SuiteCRM - install guide, anyone?:
chown the /var/www/html directory to be owned by the Apache web server
I followed a few different guides but nothing seems to work
 - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
@scottalanmiller said in SuiteCRM - install guide, anyone?:
chown the /var/www/html directory to be owned by the Apache web server
I followed a few different guides but nothing seems to work
Fedora 25?
chown -R apache:apache /var/www/html
 - 
Yes, Fedora 25.
I had tried that command set, I still get the same error - 
@FATeknollogee said in SuiteCRM - install guide, anyone?:
Yes, Fedora 25.
I had tried that command set, I still get the same errorDid you chmod 766 like it said?