TACCProjects / tacc_stats

GNU Lesser General Public License v2.1
7 stars 12 forks source link

Database setup #2

Closed aterrel closed 12 years ago

aterrel commented 12 years ago

The goal is to have a system that allows for a new database to be built with a press of a button. Given some data and the django models create scripts that make this happen.

aterrel commented 12 years ago

I've pushed my web branch and added /tacc_stats/tacc_stats_web/build_database.py that will build the database. This is a work in progress as @jhammond s last push seemed to obfuscate the collection of the report data. Will continue to add that later.

aterrel commented 12 years ago

I've switched over the database to use the new job class from monitor. Use tacc_stats/tacc_stats_web/scripts/build_database.py to setup a db for yourself.