Browse Source

:wrench: add envoy & fix sshpass@alpine & upgrade grpc@jammy

Jeremy Zheng 3 years ago
parent
commit
0ef02cd732
2 changed files with 6 additions and 1 deletions
  1. 1 0
      documents/development/README.md
  2. 5 1
      documents/development/SPRING.md

+ 1 - 0
documents/development/README.md

@@ -6,6 +6,7 @@
 - SSH 终端[Putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
   - [Using SSH Keys with PuTTY](https://www.liquidweb.com/kb/putty-ssh-keys/)
 - Get that Linux feeling - on Windows [Cygwin](https://www.cygwin.com/install.html)
+- [GitHub Desktop: Focus on what matters instead of fighting with Git.](https://desktop.github.com/)
 
 ## 编辑器设置
 

+ 5 - 1
documents/development/SPRING.md

@@ -1,5 +1,9 @@
 # SPRING 开发环境
 
+## 注意事项
+
+- A: 在 DB Name, Domain name 中, **如果 YOUR_ID 含'\_',需要替换成'-'**
+
 ## ssh 登录
 
 ```bash
@@ -8,7 +12,7 @@ ssh -i YOUR_KEY YOUR_ID@YOUR_ID.spring.wikipali.org
 
 ## PHP 开发(以用户 xxx 为例)
 
-- `~/www/htdocs/info.php` => `https://YOUR_ID.spring.wikipali.org/info.php` (**如果您的 id 里面有'\_',需要替换成'-'**)
+- `~/www/htdocs/info.php` => `https://YOUR_ID.spring.wikipali.org/info.php`
 - 日志文件在 `~/www/logs/`
 - 其余参见[常见 PHP 设置](php/)