22
0
Fork 0

mwii des couleurs

This commit is contained in:
abenmiloud 2022-08-03 15:33:59 +02:00
parent 1d8fee169b
commit 93f596731c
1 changed files with 3 additions and 3 deletions

View File

@ -221,19 +221,19 @@ systemctl --user enable/disable puma
Mise à jour des gem :
~~~
~~~ { .bash }
bundle install --gemfile=~/www/Gemfile --path=~/.gems
~~~
Migration des plugins :
~~~
~~~ { .bash }
( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate )
~~~
#### Desinstallation d'un plugin :
~~~
~~~ { .bash }
( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate[plugin_name,0] )
~~~