- Open Server Manager: Start the Server Manager from the Start menu or taskbar.
- Add Roles and Features: Click on "Manage" in the top right corner of the Server Manager, then select "Add Roles and Features".
- Role-based or Feature-based Installation: Choose "Role-based or feature-based installation" and click "Next".
- Select the Server: Select the server on which you want to install IIS and click "Next".
- Select Server Roles: In the roles list, check the box next to "Web Server (IIS)". This action will prompt you to add features that are required for Web Server (IIS); accept these by clicking "Add Features".
- Features: No additional features are required at this point, so you can click "Next".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| faqih@shinobi:~$ sudo apt-get update | |
| faqih@shinobi:~$ sudo apt-get upgrade | |
| faqih@shinobi:~$ sudo service packagekit restart | |
| faqih@shinobi:~$ sudo apt-get update --fix-missing | |
| faqih@shinobi:~$ sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y | |
| faqih@shinobi:~$ sudo add-apt-repository ppa:ondrej/php | |
| faqih@shinobi:~$ sudo apt update |