I have followed the installation instructions at
for installing the beta-2 of version 8 of SuiteCRM
Note, the instructions did not include the requirement to install Composer, but it is required so I did that as well.
When all was done, I pointed my browser to the installation and what was displayed (after login) was the SuiteCRM home page (I think) but with no css so it was not useful.
I have re-checked the permissions and all is as instructed.
I did notice that at the end of the installation, after running
./bin/console suitecrm:app:install
I had
"
Step 1: Config Creation Complete
Starting SuiteCRM CLi Installation
SuiteCRM CLi Install Complete
Step 2: Legacy Installation Complete
"
I installed it on a fresh install of Debian 10
I did NOT set the webserver root directory to the Suite8 subdirectory; This system is usede on my LAN only as a development system and I want to use this system for development of SuiteCRM and other projects (NOT yet installed) so I pointed the browser to the IPAddress/suite_subdirectory
I also tried pointing the browser to IPAddress/suite_subdirectory/public but I got an error notice for that saying to run ng build from the terminal but when I did that (as root), I got the “ng commoand is not found” response and sure enough, when I did a whereis ng, there was nothing.
Has anyone experienced this and if so, what was the resolution?