https://github.com/tzsk/ubuntu-setup
TL&DR PHP Development Environment Guide
https://github.com/tzsk/ubuntu-setup
Last synced: 3 months ago
JSON representation
TL&DR PHP Development Environment Guide
- Host: GitHub
- URL: https://github.com/tzsk/ubuntu-setup
- Owner: tzsk
- Created: 2018-04-27T08:58:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T10:06:26.000Z (about 7 years ago)
- Last Synced: 2025-01-11T14:22:30.218Z (9 months ago)
- Language: HTML
- Homepage: http://tzsk.github.io/ubuntu-setup
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu PHP Setup Guide
> This is a Setp by Step guide to setup the php development enviromnet in a Ubuntu machine.
In this guide we will install the following packages:
- Apache `2.4`
- PHP `7.1`
- MySQL `5.7`
- PhpMyAdmin `latest`
- Composer `latest`
- GIT `latest`
- Node & NPM `latest`Optional:
- SublimeText3 `latest`
- php-cs-fixer `latest`Also, we will cover the following Ubuntu Distribution Versions:
- Ubuntu 14
- Ubuntu 16
- Ubuntu 17