Skip to content

Instantly share code, notes, and snippets.

@marcobiedermann
Created September 9, 2016 18:49
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 marcobiedermann/b5611f80be3f343697e63da2db0a6df7 to your computer and use it in GitHub Desktop.
Save marcobiedermann/b5611f80be3f343697e63da2db0a6df7 to your computer and use it in GitHub Desktop.
Craft CMS Installation Setup
#!/usr/bin/env bash
# Install CraftCMS
curl -L -o latest.zip https://craftcms.com/latest.zip?accept_license=yes
unzip latest.zip
rm -f latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment