Skip to content

Instantly share code, notes, and snippets.

@DILL44
Last active August 29, 2015 14:12
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 DILL44/53cdd51331f8811819b9 to your computer and use it in GitHub Desktop.
Save DILL44/53cdd51331f8811819b9 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install apache2 monit mysql-client mysql-server htop php5 php5-curl php5-mysql portsentry postfix php-apc rkhunter vim
#for drupal
sudo apt-get install drush
#for owncloud
sudo apt-get install php5-json php-xml-serializer zip php5-gd php5-sqlite curl libcurl3 libcurl3-dev bzip2
wget http://owncloud.org/releases/owncloud-4.0.0.tar.bz2
bunzip owncloud-4.0.0.tar.bz2
tar xvf owncloud-4.0.0.tar
a2enmod rewrite
a2enmod headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment