README.md: Update articles.
parent
4fae58f1b0
commit
fb43e9dfb4
13
README.md
13
README.md
|
@ -71,9 +71,13 @@ build.sh contains all the above commands. Run "sudo ./build.sh" to rebuild the
|
||||||
Update articles
|
Update articles
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
All articles are stored in a SQLite file called
|
All articles are stored in the `article` table in a SQLite file called
|
||||||
`app/static/wordfreqapp.db`.
|
`app/static/wordfreqapp.db`.
|
||||||
|
|
||||||
|
### Adding new articles
|
||||||
|
|
||||||
|
To add articles, open and edit `app/static/wordfreqapp.db` using DB Browser for SQLite (https://sqlitebrowser.org).
|
||||||
|
|
||||||
Export wordfreqapp.db to wordfreqapp.sql using the following commands:
|
Export wordfreqapp.db to wordfreqapp.sql using the following commands:
|
||||||
|
|
||||||
- sqlite3 wordfreqapp.db
|
- sqlite3 wordfreqapp.db
|
||||||
|
@ -86,9 +90,12 @@ Export wordfreqapp.db to wordfreqapp.sql using the following commands:
|
||||||
|
|
||||||
Put wordfreqapp.sql (not wordfreqapp.db) under version control.
|
Put wordfreqapp.sql (not wordfreqapp.db) under version control.
|
||||||
|
|
||||||
Create wordfreqapp.db using this command: `cat wordfreqapp.sql |
|
### Creating SQLite file from wordfreqapp.sql
|
||||||
sqlite3 wordfreqapp.db`. Delete wordfreqapp.db first it if exists.
|
|
||||||
|
|
||||||
|
Create wordfreqapp.db using this command: `cat wordfreqapp.sql |
|
||||||
|
sqlite3 wordfreqapp.db`. Delete wordfreqapp.db first if it exists.
|
||||||
|
|
||||||
|
### Uploading wordfreqapp.db
|
||||||
|
|
||||||
pscp wordfreqapp.db lanhui@118.25.96.118:/home/lanhui/englishpal/app/static
|
pscp wordfreqapp.db lanhui@118.25.96.118:/home/lanhui/englishpal/app/static
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue