c9s
c9s
need an interface that could modify the strategy parameters, which supports both HTTP and gRPC.
- [ ] How to use mirror option (?) - [ ] How to fetch a distribution by URLs (?) - [ ] How to setup a custom release list...
Here is the current upgrade command: ``` phpbrew install 5.6.17 as 5.6-dev like 5.6-dev ``` The command above load the variants from 5.6-dev and install 5.6.17 into 5.6-dev. However, we...
cat /etc/init/php5-fpm.conf ``` # php5-fpm - The PHP FastCGI Process Manager description "The PHP FastCGI Process Manager" author "Ondřej Surý " start on runlevel [2345] stop on runlevel [016] #...
Use passthru for sudo for entering password.
``` sh phpbrew config add [config file] phpbrew config remove [config file] phpbrew config list # list the current included config files ```