WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

espocrm/espocrm-installer

Repository files navigation

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.