0
0
Fork 0

README.md: how to make wordfreqapp.db?

Lanhui-add-articles
Hui Lan 2021-07-16 20:22:33 +08:00
parent 0027969f73
commit b2ec8044fe
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ build.sh contains all the above commands. Run "sudo ./build.sh" to rebuild the
Update articles
---------------
All articles are stored in a SQLite file called wordfreqapp.db.
All articles are stored in a SQLite file called
app/static/wordfreqapp.db. Create wordfreqapp.db using this command:
`cat wordfreqapp.sql | sqlite3 wordfreqapp.db`. Delete wordfreqapp.db
first it if exists.
pscp wordfreqapp.db lanhui@118.25.96.118:/home/lanhui/englishpal/app/static