Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickhernandezio/ad447143518f59c13108b0d89cad7907 to your computer and use it in GitHub Desktop.
Save rickhernandezio/ad447143518f59c13108b0d89cad7907 to your computer and use it in GitHub Desktop.
Download Mautic
mkdir /var/www/mautic
cd /var/www/mautic
wget https://github.com/mautic/mautic/archive/master.zip
sudo apt-get install unzip
unzip master.zip
mv mautic-master/* .
rm master.zip
rm -R mautic-master/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment