Skip to content

Instantly share code, notes, and snippets.

@mariano-aguero
Forked from kuroski/homestead_extras.sh
Created September 18, 2016 13:09
Show Gist options
  • Save mariano-aguero/a0509b3bc4609e4a98f008ce1206b8d5 to your computer and use it in GitHub Desktop.
Save mariano-aguero/a0509b3bc4609e4a98f008ce1206b8d5 to your computer and use it in GitHub Desktop.
Script for the installation of MSSQL in Laravel Homestead (read the comments)
#!/bin/bash
#Install Laravel Homestead (http://laravel.com/docs/5.0/homestead)
#ssh into Homestead "homestead ssh"
#Run the script using "sudo bash homestead_extras.sh"
#Leave all the default options sugested during the installation, and do not modify any files!!
apt-get update
#Additional Packages
apt-get install -y php5-ldap php5-mssql
#After
service php5-fpm reload
#THAAANKSSS rufhausen *_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment