Picture of Russell Rivera
Install Adapt specific version
by Russell Rivera - Tuesday, 17 December 2019, 3:41 PM
 

Hi,

 

Just want to ask how to install specific Adapt authoring tool version or how to downgrade form version 5 to version 4 thanks.

Regards,

Rusjave

Picture of Chuck Lorenz
Re: Install Adapt specific version
by Chuck Lorenz - Tuesday, 17 December 2019, 5:54 PM
 

From https://community.adaptlearning.org/mod/forum/discuss.php?d=3585:

To set up an authoring tool instance running framework 4, follow the usual install guide and during the node install section you'll receive the following prompt:

> Specific git revision to be used for the framework. Accepts any valid revision type (e.g. branch/tag/commit)

 Here, type the desired framework version in the form:

tags/v4.0.1

The list of available tag names may be found here.
_____
I haven't had to downgrade, so I'll let someone else weigh-in on that.

Picture of Ailiniyazi Maimaiti
Re: Install Adapt specific version
by Ailiniyazi Maimaiti - Wednesday, 18 December 2019, 8:08 AM
 

And how can we install specific Adapt authoring tool version?

Picture of Matt Leathes
Re: Install Adapt specific version
by Matt Leathes - Wednesday, 18 December 2019, 10:55 AM
 

Follow these instructions but between steps 2 (clone the adapt authoring project) and 3 (Install the required npm packages) use git to switch to the version you'd like to install, for example $ git checkout tags/v0.9.0 if you wanted to install v0.9.0 of the authoring tool.