Skip to content

Instantly share code, notes, and snippets.

@zainengineer
Last active July 3, 2019 06:29
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 zainengineer/741f494ca43969e5d3e0aac4e052ebc5 to your computer and use it in GitHub Desktop.
Save zainengineer/741f494ca43969e5d3e0aac4e052ebc5 to your computer and use it in GitHub Desktop.
drupal /magento digital ocean
#currently for drupal but can be easily be tested and improved for magento
apt-get install -y php-mbstring
apt-get install -y php-xmlwriter
apt-get install -y php-dom php-curl php-bz2
apt-get install -y zip unzip php7-zip
apt-get install -y zip unzip
apt-get install -y php-xml php-tidy
sudo service apache2 restart
apt install php7-zip
apt install php7.2-zip
#silver stripe
vi /etc/php/7.2/apache2/php.ini
date.timezone = "Australia/Melbourne"
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
chmod a+x drush.phar
mv drush.phar /bin/drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment