README.md: how to make wordfreqapp.db?
parent
0027969f73
commit
b2ec8044fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue