Skip to content

Instantly share code, notes, and snippets.

@nzajt
Last active December 17, 2015 19: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 nzajt/5663368 to your computer and use it in GitHub Desktop.
Save nzajt/5663368 to your computer and use it in GitHub Desktop.
Magento Startup Ununtu
#!/usr/bin/env bash
apt-get update
apt-get install -y apache2
apt-get install php5 php5-curl php5-gd php5-mcrypt php5-mysql php5-xsl -y
apt-get install vim -y
apt-get install git -y
apt-get install s3cmd -y
apt-get install zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
a2enmod rewrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment