Free⚡ +5 XP
0:00
9:51
Section 2 · Lesson 4Free Preview
Preparing Your Computer to Install the Yii2 Framework
Video5 XP9:51
// lesson_notes
1. Install the XAMPP web server
2. Install Composer
3. Create a GitHub account
4. Install the PHPStorm editor
5. Install GIT
---
- You can find how to install XAMPP for Windows here
- You can find how to install XAMPP for OSX (MacOS) here
- You can download Composer for Windows/OSX (MacOS) and Linux here
- You can make Composer global on OSX (MacOS) and Linux after installation by entering this line of code in the terminal:
```
sudo mv composer.phar /usr/local/bin/composer
```
- You can create a GitHub account here
- You can see how to install the PHPStorm IDE here
- You can learn how to work with GIT repositories in the Linux/GIT/Hosting course