Skip to content

Upgrading the Adapt Authoring Tool

Chuck Lorenz edited this page Jul 14, 2015 · 1 revision

##Upgrading the Authoring Tool

When you launch the authoring tool by running node server, the authoring tool automatically checks if a new version is available. If it is, a message will be displayed in the server console log informing you so. If a newer version is not available, the versions of the authoring tool and the framework that you are running will be reported in the server console.

To upgrade, open a console/terminal and navigate to the authoring tool root folder—the same directory where you run node server. Run the following command:
node upgrade
A prompt will ask you if you'd like to continue. If you would, simply press the enter/return key to accept the default of "(Y)".

When the upgrade completes, launch the server; or if it is already running, refresh the page in the browser.

###Authoring Tool Versions 0.0.1 and Earlier If node server does not report the versions of your authoring tool and framework, it is unlikely that you are running version 0.1.1. We encourage you to upgrade. Upgrading does not affect the database.

To enable automatic checks for newer versions, open a console/terminal and navigate to the authoring tool root folder—the same directory where you run node server. Run the following command:
git pull
Then run:
npm install

From now on, running node server will check for a newer version. Since you have not yet upgraded, you should expect that the next time you run node server you will be informed that an upgrade is available. If you'd like to upgrade follow the instruction at the top of this page.

Clone this wiki locally