mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 00:47:26 +01:00
Merge branch 'master' of github.com:RRZE-HPC/HPCJobDatabase
This commit is contained in:
commit
5c3c2950bf
13
README.md
13
README.md
@ -1,2 +1,15 @@
|
|||||||
# HPCJobDatabase
|
# HPCJobDatabase
|
||||||
A standardized interface and reference implementation for HPC job data
|
A standardized interface and reference implementation for HPC job data
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
* Getopt::Long
|
||||||
|
* Pod::Usage
|
||||||
|
* DateTime::Format::Strptime
|
||||||
|
* DBD::SQLite
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
```
|
||||||
|
sqlite3 jobDB < initDB.sql
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user