2024-05-20 16:26:18 +00:00
|
|
|
createdb:
|
2024-04-23 16:52:48 +00:00
|
|
|
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/createdb.sql
|
2024-05-21 11:35:01 +00:00
|
|
|
import: createdb
|
2024-05-24 17:27:50 +00:00
|
|
|
go run cmd/importer/main.go
|
2024-05-24 17:37:12 +00:00
|
|
|
storagemgr:
|
|
|
|
go run cmd/storagemgr/main.go
|
2024-05-20 16:26:18 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/removedb.sql
|
|
|
|
rm -rf cache/
|