mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-04 17:04:55 +02:00
up chemins source
This commit is contained in:
parent
123aad138c
commit
8b7acbd6dc
7 changed files with 167 additions and 28 deletions
|
@ -11,10 +11,11 @@ idéalement dans:
|
|||
# débuter
|
||||
Récupérer le script d'initialisation
|
||||
```bash
|
||||
SETUP_WORKFLOW_FOLDER="~/Nextcloud/ressources/workflow_nextcloud/public_workflow"
|
||||
export SETUP_WORKFLOW_FOLDER="$HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow"
|
||||
mkdir -p "$SETUP_WORKFLOW_FOLDER"
|
||||
git clone https://forge.chapril.org/tykayn/workflow "$SETUP_WORKFLOW_FOLDER"
|
||||
cd "$SETUP_WORKFLOW_FOLDER"
|
||||
git pull
|
||||
bash init.sh
|
||||
```
|
||||
Configrer les variables, avoir le droit d'exécuter des scripts avec `sudo` puis lancer le script d'initialisation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue