-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to start uwazi-docker with test data #51
Comments
Thanks for this. I first did not see that clicking the arrow there would display some text. there are some However, some Uwazi users allow to export large quantities of data as CSV; for instance: https://www.girlsrightsplatform.org/library/ (their terms and conditions do not state any license; unsure how to reuse/share this). |
Ok, while it does not import the PDFs and JPGs from the fixtures, it does load the data. Even before the next commits I will make, instead of this git clone https://github.com/fititnt/uwazi-docker.git
cd uwazi-docker
docker compose run -e IS_FIRST_RUN=true --rm uwazi # Install/Re-install from empty data Run with this git clone https://github.com/fititnt/uwazi-docker.git
cd uwazi-docker
docker compose run -e IS_FIRST_RUN=true -e UWAZI_GIT_RELEASE_REF=production -e DB_INITIALIZATION_PATH=/home/node/uwazi/uwazi-fixtures/dump/uwazi_development --rm uwazi Then already will have a result like this I guess a shortcut for this option, from |
Ok, I will close this issue, but now theres another option (maybe will need improve documentation, but in theory should allow both start with blank state and with test data
With very fast internet and disks, this step will take between 8 to 15 minutes.
|
From #48 (comment) by @mayeulk
Reports from #48 and #50 would be easy to debug already with testdata.
In theory, this already is possible, because the README.md
(Advanced) All initialization options with default values
give a hint on how to change a few variables. But last update on this repository, I did not investigate which exactly path was used for testdata.The text was updated successfully, but these errors were encountered: