mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
2 KiB
Executable file
2 KiB
Executable file

SuiteCRM 8.0-alpha
SuiteCRM is the award-winning open-source, enterprise-ready Customer Relationship Management (CRM) software application.
Our vision is to be the most adopted open source enterprise CRM in the world, giving users full control of their data and freedom to own and customise their business solution.
Try out a free fully working SuiteCRM demo available here
License 
SuiteCRM is published under the AGPLv3 license.
Quick Start Guide
System Requirements
Requirement | Version | Database | Version | |
---|---|---|---|---|
PHP | 7.2+ | MariaDB | 10.2+ | |
Angular | 7+ | MySQL | 5.6-5.7 | |
Node.js | 10 | SQL Server | 2012+ | |
Apache | 2.4 |
Installation
- Run
composer install
in the root directory - Run
composer install
in legacy directory - Compile legacy theme
./vendor/bin/pscss -f compressed themes/SuiteP/css/Dawn/style.scss > themes/SuiteP/css/Dawn/style.css
./vendor/bin/pscss -f compressed themes/SuiteP/css/Day/style.scss > themes/SuiteP/css/Day/style.css
./vendor/bin/pscss -f compressed themes/SuiteP/css/Dusk/style.scss > themes/SuiteP/css/Dusk/style.css
./vendor/bin/pscss -f compressed themes/SuiteP/css/Night/style.scss > themes/SuiteP/css/Night/style.css
- Run legacy install process
- Set permissions
chown -R {user ID}:{web user group} .
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
chmod +x bin/console
- Go back to root folder
- Run
bin/console orm:schema-tool:update --force
- Run
npm install
- Setup proxy config for
ng serve
- Copy
proxy.conf.env.json
toproxy.conf.local.json
- Replace
"target": "http//<api_host>:<api_port>"
with your api url
- Copy
- Run
ng build
orng serve