Skip to content

Instantly share code, notes, and snippets.

@stancel
Forked from jepser/configuration.bash
Created May 12, 2018 15:57
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 stancel/23168c76339b1beae5c526fcb50d591c to your computer and use it in GitHub Desktop.
Save stancel/23168c76339b1beae5c526fcb50d591c to your computer and use it in GitHub Desktop.
Deploybot configuration for Bedrock (WordPress).
apt-get install php-mbstring
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
composer install
cd {your/theme/path}
npm install
npm run build:production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment