Skip to content

Instantly share code, notes, and snippets.

@mrchimp
Created February 25, 2018 13:50
Show Gist options
  • Select an option

  • Save mrchimp/a34666e879664870a2adc36bc1ac4dd3 to your computer and use it in GitHub Desktop.

Select an option

Save mrchimp/a34666e879664870a2adc36bc1ac4dd3 to your computer and use it in GitHub Desktop.
Linux Setup
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