Skip to content

Commit 638cb93

Browse files
author
Colin Yang
committed
Updated RADME.md
1 parent 1fbf852 commit 638cb93

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Tinywebdb (php-vue)
22

3-
## 下载&构建
3+
## 直接下载使用
4+
5+
[下载页](https://github.com/ColinTree/tinywebdb-php-vue/releases/latest)
6+
7+
一般会有四个下载选项
8+
9+
* `dist.tar.gz` - 自动构建结果
10+
* `dist.zip` - 自动构建结果
11+
* `Source code (zip)` - 源码
12+
* `Source code (tar.gz)` - 源码
13+
14+
### 使用例子
15+
16+
#### 新浪云SAE
17+
18+
首次使用:
19+
20+
1. 下载`dist.zip`
21+
2. 前往[新浪云SAE](http://sae.sina.com.cn),创建`php, 标准环境, 7.0, git`应用
22+
3. 前往`应用->代码管理`,选择`上传代码包`,上传刚下载的`dist.zip`
23+
4. 上传完成后,选择`上传代码包`旁边的`编辑代码`(编辑界面有时候是弹窗,会被浏览器拦截,请注意放行)
24+
5. 根据[生产环境的配置](#生产环境的配置)和代码中的`config.sample.php`配置`config.php`
25+
6. 前往你的app网址如`http://{app-id}.applinzi.com/#/manage/init`,设置后台密码
26+
7. 开始正常使用!(AI2中填写的网络微数据库地址是`http://{app-id}.applinzi.com`
27+
28+
## 从源码构建
429

530
(需要提前安装docker)
631

0 commit comments

Comments
 (0)