This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Login as root | |
sudo -s | |
# Update Aptitude | |
apt-get update | |
# Install Java | |
apt-get install openjdk-7-jre-headless -y | |
# Download and install Elasticsearch Public Signing Key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install imagemagick -y | |
sudo apt-get install php5-imagick -y | |
sudo php5enmod imagick | |
sudo service php5-fpm restart |