mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
Add init.sh and deploy.sh scripts (#2)
This commit is contained in:
4
scripts/init.sh
Executable file
4
scripts/init.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
python3 -m venv venv
|
||||
venv/bin/pip install pyinfra
|
||||
venv/bin/pip install -e .
|
||||
Reference in New Issue
Block a user