Halleck45 / BDDWizard

GUI for Behavior Driven Development
MIT License
56 stars 17 forks source link

lancer en standalone et arreter le service #10

Open spham opened 9 years ago

spham commented 9 years ago

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

Merci

Halleck45 commented 9 years ago

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 ... &