Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Jul 27, 2024
1 parent 0751167 commit a200a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
14 changes: 1 addition & 13 deletions docs/Chinese/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,7 @@ kindleear/tools/gae_deploy.sh
kindleear/tools/gae_deploy.sh B1,1,t2,15m
```

**注2:** 如果想精简内置Recipe文件,仅保留你需要的语种,可以在 `kindleear/tools/gae_deploy.sh` 命令前增加一行。
假如内置的Recipe你一个都不想要,可以直接删除 `application/recipes/*.xml, *.zip`

```bash
# Modify the list after trim_recipes.py to keep desired languages.
rm -rf kindleear && \
git clone --depth 1 https://github.com/cdhigh/kindleear.git && \
chmod +x kindleear/tools/gae_deploy.sh && \
python kindleear/tools/trim_recipes.py en,zh && \
kindleear/tools/gae_deploy.sh B1,1,t2,15m
```

3. 如需要GAE部署的更多信息,请参考 [其他说明](#gae_other_instructions) 章节,比如怎么解决 "Unauthorized sender" 错误等。
2. 如需要GAE部署的更多信息,请参考 [其他说明](#gae_other_instructions) 章节,比如怎么解决 "Unauthorized sender" 错误等。



Expand Down
14 changes: 1 addition & 13 deletions docs/English/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,7 @@ kindleear/tools/gae_deploy.sh
kindleear/tools/gae_deploy.sh B1,1,t2,15m
```

**Note 2:** If you want to trim the built-in Recipe file to keep only the languages you need, you can add a line before the `kindleear/tools/gae_deploy.sh` command.
If you don't want any of the built-in recipes, you can directly delete `application/recipes/*.xml, *.zip`.

```bash
# Modify the list after trim_recipes.py to keep desired languages.
rm -rf kindleear && \
git clone --depth 1 https://github.com/cdhigh/kindleear.git && \
chmod +x kindleear/tools/gae_deploy.sh && \
python kindleear/tools/trim_recipes.py en,zh && \
kindleear/tools/gae_deploy.sh B1,1,t2,15m
```

3. Refer to the [Other Instructions](#gae_other_instructions) section for additional information, such as troubleshooting the 'Unauthorized sender' issue.
2. Refer to the [Other Instructions](#gae_other_instructions) section for additional information, such as troubleshooting the 'Unauthorized sender' issue.



Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ __English__ · [简体中文](readme_zh.md)



[Demo Site1](https://kindleear.koyeb.app/)
[Demo Site2](https://kindleear.onrender.com/)
Note: The demo site is a free service hosted on Koyeb/Render. It may take around 50 seconds to start up the first time you open render demo site. The login username and password are `admin/admin`. All data will be automatically cleared after a period of inactivity, so feel free to perform any operations. You can use it to test ebook pushing.
[Demo site1](https://kindleear.koyeb.app/)
[Demo site2](https://kindleear.onrender.com/)
Note: These demo sites are free services hosted on Koyeb/Render. It may take around 50 seconds for the **Render** demo site to start up the first time you open it. The login username and password are `admin/admin`. All data will be automatically cleared after a period of inactivity, so feel free to perform any operations. You can use it to test ebook pushing.



Expand Down

0 comments on commit a200a00

Please sign in to comment.