nick
nick
貌似原repo已经不维护了,转到 https://github.com/sourcelair/xterm.js 也就是 https://xtermjs.org/ 了
now i just workaround run cmd with root and copy settings to non root user dir and change owner to make it work: ``` # syntax = docker/dockerfile:experimental ARG USER_NAME="www"...
``` env('CONFIG', 'config') ``` require function define or vendor loaded (composer install dotenv) first.
 i just use sym links. to change just: ``` ln -nfs envoy.config.development.php envoy.config.php ```
usually i will use envoy.config.development.php and envoy.config.production.php 2 files to storage different settings and Create a symbolic link ```envoy.config.php``` to the right one. you could change the ```$deploy_basepath``` in your...
the .env file and envoy.config.php are different files for different purposes. usually i will create .env.production , .env.development , .env.testing env files for different environments and Create a symbolic link...
have you ever tried to update your global composer component by: ```sh composer global update ``` or try to ```sh composer install ``` not composer update
ok,i see ,in the script there are many commands: ``` git fetch origin; git pull; git checkout -B xxx git clone xxx ``` i haven't use mercurial (hg) yet. but...
 服务器如果配置了locale=zh_CN.UTF-8的话,你的addr模式就没效果了,要不再改改?
i created a PR for this, maybe it could be helpful. https://github.com/VinceG/vue-web-cam/pull/62