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 […]

How to install python 3.6.7 and pip on Ubuntu 18.04

install python3 pip3 ubuntu 18

With Ubuntu 18.04.2, you get python 3.6.7 pre-installed. To check it, you simply launch the terminal and run python version check command If you still want to install python3.6 on your Ubuntu 18.04, please run the terminal command below To install pip3 on Ubuntu 18.04, run the following terminal command