Last active
July 3, 2019 06:29
-
-
Save zainengineer/741f494ca43969e5d3e0aac4e052ebc5 to your computer and use it in GitHub Desktop.
drupal /magento digital ocean
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
#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