mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 17:54:32 +00:00
6 lines
195 B
Bash
Executable File
6 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PROLE_HOME=$HOME/dev/prole
|
|
PROLE_PASSWD=`cat $PROLE_HOME/prole-db/.prole_user_password | base64 -d`
|
|
k3d registry create prole-data-registry --port 5000 --timestamps --verbose
|