Skip to content

Result & provenance data backend for BenchPRO utility

Notifications You must be signed in to change notification settings

TACC/benchpro-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchdb

Back-end database for benchmark tool

Database Setup

sudo su
psql
>CREATE DATABASE bench_db;
>CREATE USER postgres WITH PASSWORD 'postgres';
>GRANT ALL PRIVILEGES ON DATABASE bench_db TO postgres;
>\q
exit

Python Setup

yum install -y postgresql-devel
python3 --version
python3 -m venv env
source env/bin/activate
pip install django psycopg2 django-filter django-mathfilters mod-wsgi
python3 -m django --version

About

Result & provenance data backend for BenchPRO utility

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published