https://github.com/espocrm/espocrm-installer
EspoCRM installation script
https://github.com/espocrm/espocrm-installer
Last synced: 5 months ago
JSON representation
EspoCRM installation script
- Host: GitHub
- URL: https://github.com/espocrm/espocrm-installer
- Owner: espocrm
- License: apache-2.0
- Created: 2021-05-31T09:08:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T17:49:32.000Z (about 1 year ago)
- Last Synced: 2025-06-26T06:49:43.994Z (12 months ago)
- Language: Shell
- Size: 237 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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=email@my-domain.com
```
## 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](https://docs.espocrm.com/administration/installation-by-script/).
## License
This repository is published under the Apache License 2.0 license.