aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/mssql-centos-7.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/miscellaneous/mssql-centos-7.md')
-rw-r--r--content/blog/miscellaneous/mssql-centos-7.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/content/blog/miscellaneous/mssql-centos-7.md b/content/blog/miscellaneous/mssql-centos-7.md
index 019f442..8ba44e6 100644
--- a/content/blog/miscellaneous/mssql-centos-7.md
+++ b/content/blog/miscellaneous/mssql-centos-7.md
@@ -1,11 +1,20 @@
---
title: "Installing mssql on centos 7"
-linkTitle: "Installing mssql on centos 7"
date: 2019-07-09
-description: >
- Installing mssql on centos 7
+description: How to install mssql on centos 7
+tags:
+ - Centos
+ - rhel
+ - toolbox
---
+## Disclaimer
+
+I had to do this in order to help a friend, I do not think I would ever willingly put mssql in production unless I went crazy.
+
+## Procedure
+
+Here is how to setup mssql on a fresh centos 7
{{< highlight sh >}}
vi /etc/sysconfig/network-scripts/ifcfg-eth0
vi /etc/resolv.conf
@@ -26,4 +35,3 @@ rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -p
{{< /highlight >}}
-