Merge pull request #52 from purplepinapples/python-software-readme-update

add reasoning for python-software-properties/common
This commit is contained in:
Irfan 2019-05-14 04:30:22 +05:00 committed by GitHub
commit 6540678f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,9 @@ This is specifically for Ubuntu, but other distributions should work similarly.
1. Install requirements: 1. Install requirements:
- Add PHP related packages: `sudo add-apt-repository -y ppa:ondrej/php` - Add PHP related packages: `sudo add-apt-repository -y ppa:ondrej/php`
- If `add-apt-repository` is not installed, you can install it by doing `sudo apt install python-software-properties` or `sudo apt install software-properties-common`
- `sudo apt update && sudo apt upgrade` - `sudo apt update && sudo apt upgrade`
- Install requirements: `sudo apt install curl git python-software-properties php redis-server unzip` - Install requirements: `sudo apt install curl git php redis-server unzip`
- Verify that PHP 7.1+ is installed: `php -v` - Verify that PHP 7.1+ is installed: `php -v`
- Install the corresponding `php-xml` and `php-mbstring` packages for your version, e.g: - Install the corresponding `php-xml` and `php-mbstring` packages for your version, e.g:
- PHP 7.1: `sudo apt install php7.1-xml php7.1-mbstring` - PHP 7.1: `sudo apt install php7.1-xml php7.1-mbstring`