Skip to content

Instantly share code, notes, and snippets.

@nzajt
Last active December 17, 2015 19:49
Show Gist options
  • Select an option

  • Save nzajt/5663368 to your computer and use it in GitHub Desktop.

Select an option

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