Help! I'm having all sorts of difficulty trying to install #SuiteCRM.
@mglewis I think you said you had some experience with it.
I've set up a Ubuntu 22.04 server, installed apache2, php and mysql with what I think are all the pre-requisites.
I've copied in all the files but when I go to https://<server>/suitecrm all I get is a directory listing and not the installation page.
If I try a cli install that fails too.
If anyone can suggest anything I might look at I'd be grateful.
#AskFedi #Linux
@gomez Hard to say - my first guess is your apache configuration. If it is just serving up a directory, then it is not serving up the .php files.
One thing I have noticed is that the documentation is not up to date for version 8. Assuming you downloaded suite crm version 8, then this is the page you need:
https://docs.suitecrm.com/8.x/admin/installation-guide/downloading-installing/
Have a look at that, and make sure your apache and php configs are right.
@mglewis
Yeah the 1st time I tried to install it the docs were for v7. I wiped the server and started again.
The instructions work up to 2.3 where 'chmod +x bin/console' fails with no such file or directory.
There is no .php file in V8
I'm at a loss.
@gomez the file bin/console should be there. Are you in your suiteCRM directory?
Here's what that directory has in it on my Linux test server (viewed from a mac)
@mglewis
You're right it was there, I was being stupid.
I've done the chmod but nothing has changed.
I've checked the Apache config per the instructions but I can't see the error.
I dropped a copy of Espocrm on the server and that ran up straight away, so whatever the issue is it's related to suitecrm.