EnglishPal/app
Hui Lan d431c0cb4b update .gitignore to ignore the folder .idea 2021-07-13 11:19:35 +08:00
..
static 添加wordfreqapp.sql文件,用于生成数据库 2021-06-09 20:39:48 +08:00
templates Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
test update .gitignore to ignore the folder .idea 2021-07-13 11:19:35 +08:00
README.md Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
UseSqlite.py 1.修改main.py文件中的verify_user函数 2.在UseSqlite.py文件中的Sqlite3Template类下添加了三个函数instructions_with_parameters do_with_parameters operate_with_parameters 2021-05-29 21:39:28 +08:00
WordFreq.py Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
build.sh Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
difficulty.py Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
main.py update .gitignore to ignore the folder .idea 2021-07-13 11:19:35 +08:00
pickle_idea.py Update pickle_idea.py 2021-05-31 08:48:03 +08:00
pickle_idea2.py 添加删除单词功能 2021-05-30 21:30:18 +08:00
wordfreqCMD.py Publish EnglishPal source code 2021-04-06 16:22:03 +08:00

README.md

How to run EnglishPal

Hui Lan hui.lan@cantab.net 1 November 2019

Run it on a local machine

python3 main.py

Run it within Docker

Assuming that docker has been installed...

ssh to ubuntu@118.25.96.118 cd to /home/lanhui/englishpal

Stop service

sudo service docker restart

Rebuild container. Run this after modifying the source code.

sudo docker build -t englishpal .

Run the application

sudo docker run -d -p 90:80 -v /home/lanhui/englishpal/app/static/frequency:/app/static/frequency -t englishpal # for permanently saving data sudo docker run -d -p 90:80 -t englishpal # data will be lost after existing

Save space. Run it after sudo docker run

sudo docker system prune -a -f

Other commands

sudo docker ps -a

sudo docker logs image_name, where image name could be obtained from sudo docker ps.

build.sh contains all the above commands. Run "sudo ./build.sh" to rebuild the web application.

Update articles

pscp wordfreqapp.db lanhui@118.25.96.118:/home/lanhui/englishpal/app/static

Feedback

Tianhua people


Need a smart phone app.  I use phone a lot.

Can take a picture for text.  Automatic translation.

You cannot ask students to use computers.


Usability testing

Respondent 1 --- Paid 10 yuan

“成为会员”改成“注册”

“登出”改成“退出”

“收集生词吧”改成“生词收集栏”

***不要自动显示下一篇

需要有“上一篇”、“下一篇”

Internal server error when register using an email address.