mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Update README.md
This commit is contained in:
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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user