context / gitignore
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
echo "==== System installation for rpi"
|
||||
echo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
!/bin/bash
|
||||
#!/bin/bash
|
||||
echo "--- install reductstore"
|
||||
echo " machine raspberry pi4"
|
||||
echo " Compilation finished `release` profile [optimized] target(s) in 16m 31s"
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
# Script d'installation et de configuration de MariaDB
|
||||
# Utilisation : source mariadb_config.sh && ./install_mariadb.sh
|
||||
|
||||
ENV_FILE="../test_tube_scanner/.env"
|
||||
source $ENV_FILE
|
||||
source ../test_tube_scanner/.env
|
||||
|
||||
# Vérifie que le fichier de configuration est sourcé
|
||||
if [ -z "$DATABASE_ROOT_PASSWORD" ] || [ -z "$DATABASE_NAME" ] || [ -z "$DATABASE_USER" ] || [ -z "$DATABASE_PASSWORD" ]; then
|
||||
|
||||
@@ -4,6 +4,7 @@ programs=webUI,planification,services
|
||||
[program:webUI]
|
||||
process_name=%(program_name)s
|
||||
priority=500
|
||||
|
||||
directory=/home/rpi4/PlanarianScanner/test_tube_scanner
|
||||
command=/home/rpi4/PlanarianScanner/test_tube_scanner/run-server.sh
|
||||
# /home/rpi4/PlanarianScanner/.venv/bin/daphne
|
||||
|
||||
Reference in New Issue
Block a user