Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option to install a specific EspoCRM version #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aberonni
Copy link

closes #6

I've tested this with a new installation and it works as expected.

If you'd like to test, you can use the code from our fork like so:

wget https://raw.githubusercontent.com/rodekruis/espocrm-installer/refs/heads/master/install.sh
chmod +x install.sh # only necessary because of how we are downloading the file differently and not via a release - would not be necessary normally
sudo bash install.sh --version=8.4.2 # you can add any of the other command line parameters here

I think this is a nice addition, and valuable for the community, but I am also very open to feedback and adjustments if needed.

@aberonni aberonni changed the title feat: add option to install a specific version feat: add option to install a specific EspoCRM version Feb 15, 2025
@oussama-saoudi
Copy link

Did you test this script with -ssl flag?

@aberonni
Copy link
Author

@oussama-saoudi no, this adds a new parameter, it shouldn't (in theory) affect or change the behaviour of existing parameters. Are you asking because of issues?

@oussama-saoudi
Copy link

Yes, the SSL LetsEncrypt installation part is not working on the one I'm using, maybe you can give it a try on your side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add EspoCRM version to install script options
2 participants