Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Code Block
languagebash
cd /var/www/translate5
sudo chown -R www-data:www-data .
sudo -u www-data ./install-and-update.sh --maintenance 16:00 "Reason for maintenance: Translate5 Update"  # adjust the time and notice text to your needs 

# if you use the public version of translate5:
sudo -u www-data ./install-and-update.sh
# if you use a customized installation package: 
sudo -u www-data ./install-and-update.sh /path/to/the/custom/translate5-1.2.3.zip

# if in use, restart the frontend messagebus now! See below.

sudo -u www-data ./install-and-update.sh --maintenance off

The script is looking for file updates on translate5 update server. If there is a new version available, the package is downloaded and installed automatically.

...