This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-06-24 21:16:26 +02:00
2018-07-18 22:13:59 +02:00
2018-07-18 22:13:59 +02:00
2018-07-31 15:36:12 +02:00
2018-07-02 20:35:47 +02:00
2018-07-18 22:13:59 +02:00

Blender Mydata

Public open data portal for benchmark results

Requirements

Development setup

After cloning the Git repo, perform these steps to create a working dev server:

  1. copy .env-sample to .env and adjust to your needs
  2. Start your virtaulenv with pipenv shell
  3. Install requirements with pipenv install
  4. Setup database docker-compose up or provide a database in .env
  5. Run migrations ./manage.py migrate
  6. Install frontend dependencies npm install
  7. Serve frontend npm run serve
  8. Run application ./manage.py runserver

Try it out

  1. Submit an example benchmark with a valid Blender ID access_token $ sh examples/example.sh examples/benchmark.json your-blender-id-token You have to create the access_token manually at the moment since we don't have an authorized benchmark tool yet

  2. Open running application in Browser, login with Blender ID and manage your benchmarks.

S
Description
My Data
Readme 473 KiB
Languages
Python 64.4%
Pug 16.5%
Shell 8.9%
JavaScript 4.8%
Sass 2.8%
Other 2.6%