Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»General Articles»How to Setup PHP Development Environment on Ubuntu & LinuxMint

    How to Setup PHP Development Environment on Ubuntu & LinuxMint

    RahulBy RahulMarch 23, 20151 Min Read

    If you are a PHP developer with Ubuntu system or configuring your computer / laptop for PHP development this article will help you to for configuring your Ubuntu system.

    • PHP
    • Apache
    • MySQL
    • PHP-IDE

    1. Setup LAMP Stack

    First install LAMP Setup on your Ubuntu system using following commands.

    Install Apache

    $ sudo apt-get install apache2
    

    Install MySQL

    $ sudo apt-get install mysql-server
    

    Install PHP

    $ sudo apt-get install php5 php5-mysql
    

    2. Install Geany PHP IDE

    Geany is available under default ubuntu repositories, but to install most recent version as ppa of Geany in our system. After that install it.

    $ sudo add-apt-repository ppa:geany-dev/ppa
    $ sudo apt-get update
    $ sudo apt-get install geany geany-plugins
    
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Edit Hosts File on Your System
    Next Article How to Install Filezilla in Ubuntu 16.04, 14.04 and LinuxMint 18

    Related Posts

    How to Find Django Install Location in Linux

    Updated:April 27, 20221 Min Read

    (Resolved) – ReactJS 404 Error on Page Reload

    2 Mins Read

    Adding a New SSH Key in GitHub

    Updated:April 1, 20223 Mins Read

    13 Best Linux Terminal Emulators and Bash Editors

    8 Mins Read

    How To Install Oracle VirtualBox on Debian 11

    2 Mins Read

    10 Best Linux FTP Clients in 2022

    5 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    • (Resolved) Please install all available updates for your release before upgrading
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.