Issues with installing demo data on v1.4.1 and master
When installing the dummy data in a new installation via ./bin/django install
, all the experiments & algorithms aren't installed due to errors (log attached). As I'm working on the reports app, I need at least some data to make reports with.
I tried alot of different things hoping that I was doing something wrong, but I think the test data just hasn't been updated?
Repro:
- Clone beat.web
- Either stay on master or checkout tag
v.1.4.1
- Run the commands in the README to install beat.web through conda/buildout
- Run
./bin/django install -v1
or./bin/django install
Expected:
The example data is installed to the new platform installation successfully and is available when running ./bin/django runserver
.
Actual:
There are only 14 toolchains, 2 libraries, and 10 dataformats available. Nothing else.
Logs:
Log for ./bin/django install
: install.out
Log for ./bin/django install -v1
: install_v1.out