Install XAMPP on MacOS

Описание к видео Install XAMPP on MacOS

⭕ Overview
Hello, this is Christian. In this video, I'm going to show you how to install XAMPP on your Macintosh.

First, navigate to `apachefriends.org` and download the Mac version of XAMPP. Once downloaded, you'll get a file that includes a virtual machine (VM) to run XAMPP on your Mac for better security. The VM version means XAMPP will run on a virtual machine, which comes with a different IP address.

Click on the downloaded file to begin the installation process. Drag the application into your Applications folder, and let it install. Once installed, you can launch XAMPP, which will open in the virtual machine environment.

By following these steps, you'll have XAMPP running on your Mac, allowing you to develop and test your web applications locally.

If you find this video helpful, please give it a thumbs up, share it with your friends, and subscribe to my channel for more tutorials and insights into programming. Your support helps me create more content to assist you in your learning journey. Thank you for watching!

⭕ Chapters
0:00 - 0️⃣ Introduction
0:20 - 1️⃣ Download and install XAMPP
2:30 - 2️⃣ Run XAMPP Control Panel
7:20 - 3️⃣ LAMP stack and htdocs directory
12:28 - 4️⃣ Use localhost

⭕ Alternatively, you can also install XAMPP directly via the command terminal using brew cask. This version of XAMPP should be MacOS native (no VM needed) which will give you direct access to the localhost server without going through the VM. Just run this simple command to install:

▶️ brew cask XAMPP

After it's installed, you should see the XAMPP folder in your Applications folder. Open it and activate the server (somewhat similar to the VM interface). Now, you should be able to access the Apache server directly via http://localhost/ at default port 80.

⭕ Just in case if you need a PHP code editor, here are some popular ones:

✅ Open-Source/Free Code Editors

🔹Brackets (https://brackets.io/)
🔹Visual Studio Code (https://code.visualstudio.com/)
✔️ (recommend)
🔹Sublime Text (http://www.sublimetext.com/)
🔹Atom (https://atom.io/)
🔹Eclipse (https://www.eclipse.org/)
🔹Aptana Studio (http://www.aptana.com/)
🔹Komodo Edit (https://www.activestate.com/products/...)
🔹BBEdit (formerly TextWrangler) (http://www.barebones.com/products/bbe...)

✅ IDE for PHP Development -Commercial (Free for students and faculty)


🔹PhpStorm (https://www.jetbrains.com/) ✔️(recommend)
Students/faculty license: https://www.jetbrains.com/community/e...

⭕ About me
I am a Web Instructor at Gateway Technical College, an Adjunct Professor at Boston University Metropolitan College, Web Instructor at University of California, Irvine - Division of Continuing Education.

⭕ Check out my author page: http://amazon.com/author/christianhur
⭕ My complete online training courses:
☑️ REST APIs & AJAX Operations Using Node, Express, and jQuery: https://www.udemy.com/course/rest-api...
☑️ Build Clean and Secure PHP Web Apps From Scratch: https://www.udemy.com/course/build-cl...
☑️ Angular 9 New Features: https://www.packtpub.com/web-developm...
☑️ Full-Stack Web Development with Flask: https://www.packtpub.com/web-developm...
☑️ Full-Stack Web Development with Django & Angular 8: https://www.packtpub.com/web-developm...
☑️ Angular 7 New Features: https://www.packtpub.com/web-developm...
☑️ The DOM in JavaScript, jQuery, AngularJS, and React :   / the-dom-in-javascript-jquery-angularjs-and...  
☑️ Building JSF Web Applications with Java EE 7:   / building-jsf-web-applications-with-java-ee-7  
☑️ Troubleshooting Vue.js: https://www.packtpub.com/application-...

⭕ Check out my book:
Developing Business Applications for the Web: With HTML, CSS, JSP, PHP, ASP.NET, and JavaScript is available on Amazon and MC Press.
☑️ Link: https://www.mc-store.com/collections/...

Комментарии

Информация по комментариям в разработке