Created
May 20, 2018 18:13
-
-
Save davidjguru/8f434fe744370d3356947cfed28b0a6f to your computer and use it in GitHub Desktop.
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
# 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