Instalasi

Instalasi #### Menggunakan GitHub Pertama, pastikan Anda telah menginstal semua dependensi. Kemudian klon repositori Espocrm terbaru ke dalam folder root dokumen:

    git clone https://github.com/espocrm/espocrm
    cd espocrm

Tetapkan izin yang sesuai untuk direktori dan file

    find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
    find data custom client/custom -type d -exec chmod 775 {} + && find data custom client/custom -type f -exec chmod 664 {} +;
    chmod 775 application/Espo/Modules client/modules;

Semua file harus dimiliki dan dimiliki oleh grup oleh proses server web. Bisa jadi www-data, daemon, apache, www, dll.

    cd <PATH-TO-ESPOCRM-DIRECTORY> 
    chown -R <OWNER>:<GROUP-OWNER> .;

Sekarang buka browser web Anda dan ketik URL di bawah ini untuk mengakses Wizard Penginstal Web Espocrm. http://yourdomain.com/espo Ikuti langkah instalasi Wizard. Situs web Espocrm Anda sudah siap.

 Indonesia