mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Remind the developper that they'll likely want to do a postinstall once in the container
This commit is contained in:
parent
510d3c5fdc
commit
eca696cd9d
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ If you container **doesn't have an ip address nor access to internet**, this is
|
||||||
|
|
||||||
After SSH-ing inside the container, you should notice that the *directory* `/ynh-dev` is a shared folder with your host. In particular, it contains the various git clones `yunohost`, `yunohost-admin` and so on - as well as the `./ynh-dev` script itself.
|
After SSH-ing inside the container, you should notice that the *directory* `/ynh-dev` is a shared folder with your host. In particular, it contains the various git clones `yunohost`, `yunohost-admin` and so on - as well as the `./ynh-dev` script itself.
|
||||||
|
|
||||||
|
**Most of the time, the first thing you'll want to do is to start by running `yunohost tools postinstall` as the first command** (except if you are working on something that happens before the postinstall).
|
||||||
|
|
||||||
Inside the container, `./ynh-dev` can be used to link the git clones living in the host to the code being ran inside the container.
|
Inside the container, `./ynh-dev` can be used to link the git clones living in the host to the code being ran inside the container.
|
||||||
|
|
||||||
For instance, after running:
|
For instance, after running:
|
||||||
|
|
Loading…
Reference in a new issue