Created
February 25, 2018 13:50
-
-
Save mrchimp/a34666e879664870a2adc36bc1ac4dd3 to your computer and use it in GitHub Desktop.
Linux Setup
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
| sudo apt install php7.0 php7.0-mbstring php7.0-dom | |
| sudo apt install docker docker-compose | |
| ###################################################################### | |
| https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository | |
| ###################################################################### | |
| # Webmin | |
| # Add to /etc/apt/sources.list: | |
| # deb https://download.webmin.com/download/repository sarge contrib | |
| cd /root | |
| wget http://www.webmin.com/jcameron-key.asc | |
| apt-key add jcameron-key.asc | |
| # You will now be able to install with the commands : | |
| apt-get install apt-transport-https | |
| apt-get update | |
| apt-get install webmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment