onboarding improvement

This commit is contained in:
Avris 2021-12-07 15:02:10 +01:00
parent a7841264c9
commit dbff0e168c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ KEYS_DIR=./keys
install:
-cp -n .env.dist .env
if [ ! -d "${KEYS_DIR}" ]; then mkdir -p ${KEYS_DIR}; openssl genrsa -out ${KEYS_DIR}/private.pem 2048; openssl rsa -in ${KEYS_DIR}/private.pem -outform PEM -pubout -out ${KEYS_DIR}/public.pem; fi
touch sus.txt
yarn
node server/migrate.js