@@ -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/)
## 编辑器设置
@@ -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/)