mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update user.md
This commit is contained in:
parent
ca1f2a9d68
commit
aaf12377bb
1 changed files with 11 additions and 1 deletions
|
@ -15,4 +15,14 @@ usermod -aG sudo username
|
||||||
|
|
||||||
#### Can not login when I reinstall my Instance?
|
#### Can not login when I reinstall my Instance?
|
||||||
|
|
||||||
Need to clear all cookie at you browser
|
Need to clear all cookie at you browser
|
||||||
|
|
||||||
|
#### How to update Media and library?
|
||||||
|
|
||||||
|
--channel dev | release
|
||||||
|
|
||||||
|
```
|
||||||
|
docker exec -it websoft9-apphub bash
|
||||||
|
bash /websoft9/script/update_zip.sh --channel dev --package_name "media-latest.zip" --sync_to "/websoft9/media"
|
||||||
|
bash /websoft9/script/update_zip.sh --channel dev --package_name "library-latest.zip" --sync_to "/websoft9/library"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue