Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Created October 25, 2019 20:40
Show Gist options
  • Select an option

  • Save oliveira-andre/cf8bc340e4d647212914fd73d277bd28 to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/cf8bc340e4d647212914fd73d277bd28 to your computer and use it in GitHub Desktop.
configure sql server on localmachine
sudo apt-get install freetds-dev
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo add-apt-repository "$(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list)"
sudo apt-get updatesudo apt-get update
sudo apt-get install -y mssql-server
sudo /opt/mssql/bin/mssql-conf setup
systemctl status mssql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment