Commit Graph
18 Commits
Author SHA1 Message Date
Abdelrahman OmranandShao Yu-Lung (Allen) 1dac382827 Drop the useless PHP tokenizer extension install step (#1650)
It is bundled and enabled by default in the PHP language already, and adding this step raises a warning:
warning: tokenizer (tokenizer.so) is already loaded!

Also if this option disabled, it's still installed as part of the language anyway!
2018-11-13 20:30:41 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) eccc149f45 Fix current shell on root when installing svgo (#1644)
This fix the following errors:
/bin/sh: 13: /root/.bashrc: shopt: not found
/bin/sh: 21: /root/.bashrc: shopt: not found
/bin/sh: 103: /root/.bashrc: source: not found
2018-06-30 16:50:37 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 0351cf531b Fix minor syntax issue that solves "[/bin/sh: 1: [: missing ]" error (#1649) 2018-06-27 18:47:42 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 09e998b723 Fix missing apt-utils package (#1652) 2018-06-27 18:47:05 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 06d0105514 Fix PHP zip extension installation warnings (#1648)
This fixes the following warnings when installing "zip" php extension:
configure: WARNING: ========================================================
configure: WARNING: Use of bundled libzip is deprecated and will be removed.
configure: WARNING: Some features such as encryption and bzip2 are not available.
configure: WARNING: Use system library and --with-libzip is recommended.
configure: WARNING: ========================================================
2018-06-27 18:46:27 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) b71f50bf83 Fix apt-get deprecated --force-yes flag & noninteractive if needed (#1640) 2018-06-24 23:19:49 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 7d1dc66f77 Conditionally install npm tools (#1641) 2018-06-24 23:19:09 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) a90865d67c Update nvm install instructions (#1638) 2018-06-24 10:02:21 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) a0a5c85a54 Update deployer install instructions (#1637) 2018-06-24 10:01:58 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) a807caa30a Update laravel envoy install instructions (#1636) 2018-06-24 10:01:30 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) bc27e96337 Update aerospike installation instructions (#1635) 2018-06-24 10:00:52 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 11912055ec Update global composer install instructions (#1634) 2018-06-24 10:00:19 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 3509473b89 Update node & yarn install instructions (#1633) 2018-06-24 09:59:15 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 5521f71428 Update mongo install instructions (#1632) 2018-06-24 09:48:20 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 339d47f303 Update linuxbrew install instructions (#1631) 2018-06-24 09:47:13 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 600a6154b4 Automate xdebug installation and simplify instructions (#1630) 2018-06-24 09:46:12 +08:00
Abdelrahman OmranandShao Yu-Lung (Allen) 4673ba7b31 Fix minor typos and clarify few documentation phrases (#1629) 2018-06-24 09:43:54 +08:00
Abdelrahman OmranandGitHub 5ed3526e17 Fix minor typo! 2018-04-02 02:53:23 +02:00