Skip to content

Instantly share code, notes, and snippets.

@emillod
Created August 23, 2021 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emillod/a6402dbc11f859a944ce26d44d0fad69 to your computer and use it in GitHub Desktop.
Save emillod/a6402dbc11f859a944ce26d44d0fad69 to your computer and use it in GitHub Desktop.
Installation script EspoCRM
wget https://www.espocrm.com/downloads/EspoCRM-6.1.8.zip
7z x EspoCRM*.zip
cd EspoCRM*
mv * ../
mv .* ../
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;
chown -R http:http .;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment