up readme
This commit is contained in:
parent
023977c439
commit
cdaf5a2f37
@ -11,11 +11,6 @@ idéalement dans:
|
||||
# débuter
|
||||
Récupérer le script d'initialisation
|
||||
```bash
|
||||
|
||||
mkdir -p ~/Nextcloud/ressources/workflow_nextcloud/
|
||||
cd ~/Nextcloud/ressources/workflow_nextcloud/
|
||||
git clone https://forge.chapril.org/tykayn/workflow public_workflow
|
||||
cd public_workflow
|
||||
bash init.sh
|
||||
```
|
||||
Configrer les variables, avoir le droit d'exécuter des scripts avec `sudo` puis lancer le script d'initialisation
|
||||
|
6
init.sh
6
init.sh
@ -2,7 +2,11 @@
|
||||
|
||||
echo "installation du workflow"
|
||||
|
||||
cd ~/Nextcloud/ressources/workflow_nextcloud/public_workflow
|
||||
mkdir -p ~/Nextcloud/ressources/workflow_nextcloud/
|
||||
cd ~/Nextcloud/ressources/workflow_nextcloud/
|
||||
git clone https://forge.chapril.org/tykayn/workflow public_workflow
|
||||
cd public_workflow
|
||||
|
||||
bash initialization/init_workflow.sh
|
||||
|
||||
echo "\n\n ça c'est fait"
|
||||
|
Loading…
Reference in New Issue
Block a user