Halleck45/BDDWizard

lancer en standalone et arreter le service

Opened this issue · 1 comments

spham commented

Bonjour,
Peut on lancer en stand alone et arreter le service sans garder une fenetre de terminal ouvert sous linux ?

Merci

Bonjour,

oui, le plus simple je pense consiste à utiliser & pour lancer en arrière-plan :

php bdd-wizard.phar ... &

For english users, the question is: "with Linux, how can I launch BDDWizard in background". The response is "the simplest solution consists in using &:

php bdd-wizard.phar ... &