Skip to content

Instantly share code, notes, and snippets.

@ReactiveRaven
Last active October 8, 2015 00:10
Show Gist options
  • Save ReactiveRaven/3247048 to your computer and use it in GitHub Desktop.
Save ReactiveRaven/3247048 to your computer and use it in GitHub Desktop.
setup
#!/bin/bash
apt-get -y -qq install google-chrome-stable netbeans compizconfig-settings-manager ntp
./server_packages.sh
#!/bin/bash
apt-get -y -qq install mysql-server mysql-client apache2 curl php5 libapache2-mod-php5 php-apc php5-curl php5-mysql htop git npm ntp nodejs rabbitmq-server
npm install less
curl -s https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment