Hi everyone, I tried a guideline and it donāt work
Following the guideline the LAMP stack is outdated, PHP need upgrade to 7.1
After upgrade to 7.1, the browser show āComposer autoloader not found. please run composer installā
One more question is
I re-download the suitecrm.zip and unzip it, and do the step chown again.
It is still not work.
SELinux is enable, I disable it now.
After reboot, the firefox browser is still showing
Composer autoloader not found. please run ācomposer installā
$ cd /var/www/html
$ git clone https://github.com/salesagility/SuiteCRM.git < this part I download .zip and do it again
$ sudo mv SuiteCRM suitecrm
$ sudo chown -R apache:apache suitecrm
$ sudo chmod -R 755 suitecrm
$ ls -ld suitecrm
I got it.
I think I donāt have disable SELinux when configuring suitecrm, so I do
semanage fcontext -a -t httpd_sys_rw_content_t ā/var/www/html/suitecrm/custom(/.)?ā
semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/suitecrm/cache(/.)?ā
semanage fcontext -a -t httpd_sys_rw_content_t ā/var/www/html/suitecrm/modules(/.)?ā
semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/suitecrm/upload(/.)?ā
restorecon -R .
And, create config.php, htaccess file and make it writable by apache user.
So, SELinux need always disable when install suitecrm?
No, I didnāt say SELinux needs to be disabled. I just recommend disabling it temporarily as a diagnostic measure to answer the question āis it SELinux that is keeping my SuiteCRM installation from workingā?
But I guess you should use whatever security you deem convenient, as long as you configure it for the needs of SuiteCRM. I donāt know how to advise about this configuration, thoughā¦
If you just mean that your database lives somewhere out on the Internet, thatās ok - as long as there is an IP connection and the performance is acceptable.
You can change it later, that information is stored in config.php, in the db_config array entry.