|
@@ -2,6 +2,13 @@ source ./bin/utils/functions.sh
|
|
source .env
|
|
source .env
|
|
source webservice_running/handlers/config.env
|
|
source webservice_running/handlers/config.env
|
|
|
|
|
|
|
|
+(
|
|
|
|
+ cd webservice_running/handlers
|
|
|
|
+ python -m venv .venv
|
|
|
|
+ source .venv/bin/activate
|
|
|
|
+ pip install -r requirements.txt
|
|
|
|
+)
|
|
|
|
+
|
|
echo_warning "Installation handlers"
|
|
echo_warning "Installation handlers"
|
|
|
|
|
|
echo_warning "Recreating sharix.service"
|
|
echo_warning "Recreating sharix.service"
|