Certaines commande sont à faire dans ~/www
parent
37c78f50be
commit
1d8fee169b
|
@ -228,13 +228,13 @@ bundle install --gemfile=~/www/Gemfile --path=~/.gems
|
|||
Migration des plugins :
|
||||
|
||||
~~~
|
||||
bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate
|
||||
( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate )
|
||||
~~~
|
||||
|
||||
#### Desinstallation d'un plugin :
|
||||
|
||||
~~~
|
||||
bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate[plugin_name,0]
|
||||
( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate[plugin_name,0] )
|
||||
~~~
|
||||
|
||||
### Mise a jour
|
||||
|
|
Loading…
Reference in New Issue