You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
bin | 1 month ago | |
data | 8 months ago | |
src | 1 month ago | |
.gitignore | 8 months ago | |
.tool-versions | 1 month ago | |
README.md | 8 months ago | |
package.json | 1 month ago | |
yarn.lock | 1 month ago |
README.md
Git clone and install packages with yarn
.
Populate database:
# show command line parameters
node bin/populate-vikunja.js
# only 100 lists - that works fine
node bin/populate-vikunja.js person-as-list -s /tmp/GoLand/___go_build_code_vikunja_io_api --delete-db
# generate 10.000 lists - this is problem to handle by UI
node bin/populate-vikunja.js person-as-list -s /tmp/GoLand/___go_build_code_vikunja_io_api --delete-db -c 10000