Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.webbeat.web
  • Issues
  • #516
Closed
Open
Issue created Feb 22, 2019 by Jaden DIEFENBAUGH@jdiefenbaughContributor

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

Assignee
Assign to
Time tracking