mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
up readme
This commit is contained in:
parent
f34a7c18f2
commit
db5d2c679f
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
|||
default:
|
||||
bash ./initialization/init_workflow.sh
|
||||
bash ./init.sh
|
|
@ -11,6 +11,10 @@ idéalement dans:
|
|||
# débuter
|
||||
Récupérer le script d'initialisation
|
||||
```bash
|
||||
SETUP_WORKFLOW_FOLDER="~/Nextcloud/ressources/workflow_nextcloud"
|
||||
mkdir -p "$SETUP_WORKFLOW_FOLDER"
|
||||
git clone https://forge.chapril.org/tykayn/workflow "$SETUP_WORKFLOW_FOLDER"
|
||||
cd "$SETUP_WORKFLOW_FOLDER"
|
||||
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