bjverde / formDocker

Docker Compose files to mount the FormDin environment with: PHP and database.
GNU General Public License v3.0
11 stars 10 forks source link

Ubuntu 16.04 PHP 7 + PDO +SQLSrv #1

Closed bjverde closed 5 years ago

bjverde commented 5 years ago

Ref: https://laravel-news.com/install-microsoft-sql-drivers-php-7-docker Use : https://github.com/bjverde/formDocker/tree/master/ubuntu_php7.0_mssql

bjverde commented 5 years ago
bjverde commented 5 years ago

Install Drive PDO

bjverde commented 5 years ago

Install PHP

sudo apt-get install apache2 php libapache2-mod-php php-curl php-dom php-gd php-json php-ldap php-mbstring php-pdo php-pdo-mysql php-pdo-sqlite php-xml php-zip php-tokenizer php-cli php-xdebug

bjverde commented 5 years ago

Config SQL Server

https://docs.microsoft.com/pt-br/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-2017#installing-the-drivers-on-ubuntu-1604-1710-and-1804

https://serverpilot.io/docs/how-to-install-the-php-sqlsrv-extension

bjverde commented 5 years ago

https://askubuntu.com/questions/986288/sqlsrv-driver-installation-problem-in-ubuntu-16-04-with-php7

bjverde commented 5 years ago

Exemplo de Docker MS Sql funcionando https://kimsereyblog.blogspot.com/2018/10/docker-compose-asp-net-core-application.html

https://docs.microsoft.com/pt-br/sql/linux/quickstart-install-connect-docker?view=sql-server-2017&pivots=cs1-bash

bjverde commented 5 years ago

https://github.com/bjverde/formDocker/commit/79969505e21321afa0dd5af787f0f0b69e00a3c6

Site Microsoft informando que sudo dpkg -i msodbcsql_13.1.6.0-1_amd64.deb sudo dpkg -i mssql-tools_14.0.5.0-1_amd64.deb

https://docs.microsoft.com/pt-br/sql/linux/sql-server-linux-setup-tools?view=sql-server-2017#offline-installation

Para instalar a versão específica https://askubuntu.com/questions/428772/how-to-install-specific-version-of-some-package

bjverde commented 5 years ago

Está funcionando !!