November 14, 2017 at 12:00 am
Comments posted to this topic are about the item Vagrant and SQL Server 2017 on Linux
November 14, 2017 at 12:57 am
Great stuff.
We’ve done something similar on the DbFit project, but using Chef to pull the installer package from the MS package repo, and install it. On the Vageant VM.
It’s here if you’re interested:
November 14, 2017 at 1:30 am
That's great. I'll have a look to see if I can get DbFit working with Vertica
November 14, 2017 at 2:33 am
Awesome. We’re always open to contributions!
November 14, 2017 at 9:37 am
Awesome article (as usual 🙂 ), Dave. Thanks for sharing the info. Two questions:
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
host_ip: "127,0,0,1"
P.S. I am also a huge fan / supporter of DbFit. I even wrote an article about it years ago, here on SQL Server Central (probably obsolete now): Easy and Repeatable Testing of DB Code (Stored Procs, etc.) with DbFit
SQL# — https://SQLsharp.com/ ( SQLCLR library ofover 340 Functions and Procedures)
Sql Quantum Lift — https://SqlQuantumLift.com/ ( company )
Sql Quantum Leap — https://SqlQuantumLeap.com/ ( blog )
Info sites — Collations • Module Signing • SQLCLR
November 14, 2017 at 12:24 pm
Hi Solomon, I've no idea where the commas came from so it's a typo.
When you get a Virtual Box image it puts the template for the image in your Windows profile somewhere. If the box exists on the Hashicorp site it will detect if the template version differs from the one on the site and recommend that you run Vagrant box update.
If you get your box instance from another site you can tell Vagrant to package it up as a template so you can run Vagrant up.
I have had virtual boxes from many sources, not just the one mentioned in the article. I've not always been successful when trying to package them up as Vagrant boxes though. It's theoretically possible, I just don't know enough to do it reliably every time
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply