Unison:Software Update Instructions: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{UnisonNav |IntroductionCollapse= }} {{CustomTOC}} Whenever there is a new version of Unison software available, follow the steps below to upgrade Unison to a new version...." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
==Steps== | ==Steps== | ||
#Download the latest version of Unison into a directory of your choice. In this example we're using our home directory. Use the command <code>wget</code> to get a download link from the command line. | |||
#Extract the <code>tar.gz</code> file into its directory (<code>~/unison</code>) | |||
#:<pre>tar zxvf unison_global-1.2.23.tar.gz</pre> | |||
< | #Navigate to the Unison directory. | ||
#:<pre>cd unison/</pre> | |||
<pre>tar zxvf unison_global-1.2.23.tar.gz</pre> | #:[[File:Unison_SU_St3-Directory.png|link=|700px]] | ||
#Run the <code>install.sh</code> script. | |||
#:<pre>sudo ./install.sh</pre> | |||
#Wait for the install to complete (this can take a while). | |||
#:[[File:Unison_SU_St5-Install.png|link=|550px]] | |||
<pre>cd unison/</pre> | #:You'll know it's done when it displays a message like this: | ||
#:[[File:Unison_SU_St5p2-InstallMessage.png|link=|350px]] | |||
[[File:Unison_SU_St3-Directory.png|link=]] | #Check to see if all services are up and running. | ||
< | #:<pre>docker service ls</pre> | ||
#:[[File:Unison_SU_St6-DockerService.png|link=|625px]] | |||
#Once you've ensured all services are working, then the Unison app has been updated! You can verify this by checking the '''Version Info''' in the '''About''' section. The version number displayed here should match the version number on the file you downloaded. | |||
#:[[File:Unison_SU_St7-AboutVersion.png|link=|300px]] | |||
<pre>sudo ./install.sh</pre> | |||
[[File:Unison_SU_St5-Install.png|link=]] | |||
[[File:Unison_SU_St5p2-InstallMessage.png|link=]] | |||
<pre>docker service ls</pre> | |||
[[File:Unison_SU_St6-DockerService.png|link=]] | |||
[[File:Unison_SU_St7-AboutVersion.png|link=]] | |||
[[Category:Unison by Melissa]] | [[Category:Unison by Melissa]] |
Latest revision as of 21:44, 8 October 2021
Whenever there is a new version of Unison software available, follow the steps below to upgrade Unison to a new version.
Steps
- Download the latest version of Unison into a directory of your choice. In this example we're using our home directory. Use the command
wget
to get a download link from the command line. - Extract the
tar.gz
file into its directory (~/unison
)tar zxvf unison_global-1.2.23.tar.gz
- Navigate to the Unison directory.
cd unison/
- Run the
install.sh
script.sudo ./install.sh
- Wait for the install to complete (this can take a while).
- You'll know it's done when it displays a message like this:
- Check to see if all services are up and running.
docker service ls
- Once you've ensured all services are working, then the Unison app has been updated! You can verify this by checking the Version Info in the About section. The version number displayed here should match the version number on the file you downloaded.