ferropatch.blogg.se

How to install mysql on mac 10.11 in terminal
How to install mysql on mac 10.11 in terminal













how to install mysql on mac 10.11 in terminal
  1. How to install mysql on mac 10.11 in terminal password#
  2. How to install mysql on mac 10.11 in terminal download#

Now, we will make some changes in the nf file. And save and exit the file by typing :wq key and then Enter. Now, come out of the INSERT mode by pressing the Esc key. #DocumentRoot "/Library/WebServer/Documents"ĭocumentRoot "/Users/yusufshakeel/Sites/" Your DocumentRoot should now look something like the following. # DocumentRoot "/Library/WebServer/Documents"Īnd add the following two lines below the commented lines.ĭocumentRoot "/Users/YOUR_USERNAME/Sites/"ĭon't forget to replace YOUR_USERNAME with your username.Īnd set the AllowOverride None to AllowOverride All. Include /private/etc/apache2/extra/nfįind the following lines and comment them by adding # at the beginning of the line. Uncomment the following line for User home directories. LoadModule rewrite_module libexec/apache2/mod_rewrite.so LoadModule include_module libexec/apache2/mod_include.so LoadModule userdir_module libexec/apache2/mod_userdir.so LoadModule authz_host_module libexec/apache2/mod_authz_host.so LoadModule authz_core_module libexec/apache2/mod_authz_core.so To uncomment the following lines remove the # from the start of the line. Now open the nf file using vi and uncomment the following lines. Inside this directory we have the nf file.Īs a good practice we will make a backup copy of the nf file by typing the following command in the terminal. Type the following command in the terminal and go to apache2 directory. Where, username is your username that you have set earlier. If not, then use the following command to change its permission. The permission of this file should be the following. And to save the file and exit type the following :wq and hit Enter. Now, to come out of the INSERT mode press the Esc key. Here is what I have written in my nf file. Options Indexes MultiViews FollowSymLinksĭon't forget to replace YOUR_USER_NAME with your username. Press the i key to enter into INSERT mode. You can use other editors like vim or nano.

how to install mysql on mac 10.11 in terminal

In the following example I am using vi editor. Now create the configuration file nf inside the users directory. Open terminal and go to the following directory. Type the whoami command in the terminal and it will tell you your username. Note! Replace the username with your username.įor example, my username is yusufshakeel so, my file is nf. Now, its time to create a nf file which will help in configuring our document root. Now, run the following command to create the Sites directory.įor me the user document root path is the following. Run the following command to switch to the user home directory. The system level document root in macOS Mojave is located in the following directory.įor the user level we can create a directory called Sites in user directory. One is at the system level and the other is at the user level. This is the location in the computer file system from where the files are accessed when we visit the localhost in a browser.ĭocument Root is a directory where we put our website files. In case you don't get to see the above output then run the following command to check the error. If you want to stop the Apache server then run the following command.Īnd to restart Apache server run the following command.Īfter starting Apache server go ahead and test it by opening a browser like Safari or Chrome and visit You will get to see the following output in your browser.

How to install mysql on mac 10.11 in terminal password#

When you use sudo in the terminal then you will be prompted to enter your admin password to proceed. To start Apache web server run the following command. To check the version of Apache installed run the following command in the Terminal. Open Terminal using macOS Spotlight or go to /Applications/Utilities and open Terminal.

how to install mysql on mac 10.11 in terminal

The new macOS Mojave comes with Apache pre-installed. Lets go ahead and configure our LAMP stack development environment on macOS Mojave.

How to install mysql on mac 10.11 in terminal download#

We will be using the pre-installed Apache and PHP and we will download and setup MySQL database. In this tutorial we will learn to install Apache, MySQL, PHP on macOS Mojave 10.14.Īpple released the new macOS Mojave 10.14 on 24th September 2018 and it includes Apache and PHP.















How to install mysql on mac 10.11 in terminal