Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 869 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 869 Bytes

EspoCRM installation script

This script automatically installs EspoCRM as a Docker image with NGINX server and MariaDB database.

Run

wget https://github.com/espocrm/espocrm-installer/releases/latest/download/install.sh
sudo bash install.sh

Run with options

wget https://github.com/espocrm/espocrm-installer/releases/latest/download/install.sh
sudo bash install.sh -y --ssl --letsencrypt --domain=my-espocrm.com [email protected]

Run (only for development)

wget -N https://raw.githubusercontent.com/espocrm/espocrm-installer/master/install.sh
sudo bash install.sh

Documentation

For more information about options, installation modes and more, see documentation.

License

This repository is published under the Apache License 2.0 license.