mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[doc] inform on how to shutdown a box
This commit is contained in:
parent
a638e7f819
commit
bc7c10bd10
1 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,13 @@ cd /path/to/dev/env
|
||||||
vagrant suspend stretch-unstable
|
vagrant suspend stretch-unstable
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively you can shut it down:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /path/to/dev/env
|
||||||
|
vagrant halt stretch-unstable
|
||||||
|
```
|
||||||
|
|
||||||
## Develop on a remote server
|
## Develop on a remote server
|
||||||
|
|
||||||
Firstly, you need to understand that it is a dev tool : you shouldn't run it on a production environment !
|
Firstly, you need to understand that it is a dev tool : you shouldn't run it on a production environment !
|
||||||
|
|
Loading…
Add table
Reference in a new issue