Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidjguru/8f434fe744370d3356947cfed28b0a6f to your computer and use it in GitHub Desktop.
Save davidjguru/8f434fe744370d3356947cfed28b0a6f to your computer and use it in GitHub Desktop.
# A global recipe to set up a new workstation. For the on-boarding of new workmates.
## Getting Google Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install libxss1 libgconf2-4 libappindicator1 libindicator7
sudo dpkg -i google-chrome-stable_current_amd64.deb
## Setting up a LAMP environment
sudo apt-get update
sudo apt-get install apache2 mysql-server php libapache2-mod-php php-mcrypt php-mysql
## Building Drupal essential tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment