mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
Update README.md
This commit is contained in:
parent
c92ebc4149
commit
35ec611ba3
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
|
||||||
|
* DBI::SqLite
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
```
|
||||||
|
sqlite3 jobDB < initDB.sql
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user