-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggiornamento #1
base: master
Are you sure you want to change the base?
Conversation
|
||
|
||
# Avvia il server per il setup su una porta diversa | ||
php -S localhost:8889 > /dev/null 2>&1 # Muto! | ||
php -S 0.0.0.0:8889 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questo blocca il terminale fino alla chiusura del server PHP. L'idea era quella di tenere il server in background e continuare a mostare i messaggi qui sotto (per permettere all'utente di saper che fare)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo avevo pensato così per far fare il setup obbligatoriamente in quel punto
ed evitare casini in seguito! Però in effetti non ho messo messaggi su come
farlo!
Alessio Riitano
Mail: [email protected]
Tel.: 3289778710
Il giorno 20 marzo 2014 12:40, Alfio Emanuele [email protected] ha
scritto:
In gaia.sh:
# Avvia il server per il setup su una porta diversa
php -S localhost:8889 > /dev/null 2>&1 # Muto!
php -S 0.0.0.0:8889
Questo blocca il terminale fino alla chiusura del server PHP. L'idea era
quella di tenere il server in background e continuare a mostare i messaggi
qui sotto (per permettere all'utente di saper che fare)—
Reply to this email directly or view it on GitHubhttps://github.com//pull/1/files#r10791125
.
Ho aggiornato lo script per riflettere le ultime modifiche e rendere un filo più semplice la reinstallazione (che non si sa mai) e l'aggiornamento (stay safe stay update).