linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.79k stars 194 forks source link

[Story] Take update feature in documentation #738

Open RamsesDeux opened 3 years ago

RamsesDeux commented 3 years ago

Currently documentation explain: https://doc.twake.app/installation docker-compose stop docker-compose rm #Remove images (not volumes so your data is safe) docker-compose pull #Get new images docker-compose up -d docker-compose exec nginx yarn build #If you have custom frontend configuration

Request: Would it be possible to replace #Remove images & #Get new images with clear examples?

As as beginner user, I was able to install docker on Ubuntu, and have Twake running nicely, while being a total noob. However the updating par eludes me.

Thank you for any advice.

RamsesDeux commented 3 years ago

To any newbies following, simply use the command lines as is without anything after # (including#).

To all more experienced people, my apologies my mislead understanding. Trailing # behind command lines - lead me to believe additional options were needed.