Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

How to install Docker on Xubuntu 18.04

How to install Docker on Xubuntu 18.04

Docker is one of the most important tools for modern web development, docker used by developers, devops and system administrators. In this short tutorial i will show you how to install docker community edition (CE) on xubuntu 18.04 bionic.

How to install NodeJS on Xubuntu 18.04

How to install NodeJS on Xubuntu 18.04

NodeJS is one of the most popular technology for developing web application, you can use nodejs for backend as well as frontend. In this tutorial i'm going to show you how to install the latest nodejs on xubuntu 18.04 bionic.

How to install Sublime 3 on Xubuntu 18.04

How to install Sublime 3 on Xubuntu 18.04

Sublime text is one of the best text editor for web development and in this article i will show you how to install sublime text 3 on xubuntu 18.04 bionic.

How to install PHP MySQL on Xubuntu 18.04


How to install PHP MySQL on Xubuntu 18.04

If you already install apache web server, the next thing to do is installing php and mysql database, in this article i will show you how to install php 7.2 and mysql 5.7 on xubuntu 18.04 bionic.

How to install composer on Xubuntu 16.04

How to install composer on Xubuntu 16.04

Besides php, you may also want to have composer installed on your system, composer is dependency manager for php, using composer you can add tons of php libraries to your web application. So this article is about installing composer on xubuntu 16.04.