How to Download & Install NetBeans IDE 11 – on Windows

install netbeans on windows 10

How to Install NetBeans on Windows. Step 0: Install JAVA JDK and add it the system path. To use NetBeans IDE, you need to first install the Java Development Kit (JDK). Step 1: Download “NetBeans IDE” installer 2: Run the NetBeans IDE downloaded installer. Download Java JDK (Development Kit) 12 Just check the License Agreement […]

How to Install Ruby on Rails 6 on Windows 10

Download & Install Ruby on Windows You can now install both Ruby 2.6 and DevKit together from rubyinstaller website. But if you only need ruby to be installed on your windows system, just download any ruby 2.x version from Ruby without DevKit download section. Download & Install DevKit on Windows If you wish to install […]

How to install WordPress locally – Windows 10

install wordpress on windows 10

How to Install WordPress locally on/in Windows 10. In this video, I show how I install WordPress locally on windows 10 desktop/laptop, moreover, if you have Windows 8/8.1/7, you should be able to follow these steps to install WordPress locally on Windows 7/8/8.1 without any issues. Download XAMPP – Apache, PHP, MySql on Windows 7/8/10 […]

How to update/upgrade composer

update composer

Update Composer If you already have installed composer on your system, just willing to update or upgrade it to the latest composer version. Launch your command prompt on Windows system and terminal on your Linux and MacOS and run the composer self update command. On Windows: On Linux: if you are running Ubuntu Then On […]

How to install Django 2.1.7 on Ubuntu 18.04

install django 2 on ubuntu 18.04

In order to install Django on any operating system, we need to already have python and pip installed. If you have not, please install python3 and pip3 on Ubuntu. Now, I assume that you already have python and pip installed on your Ubutnu 18.04. Let’s install Django 2.1.7 which is the latest version at the […]