Picture of Tom Taylor
Authoring tool v0.5.0-rc.1 available for testing
by Tom Taylor - Wednesday, 6 June 2018, 10:59 AM
 

PRE-WARNING: This is still beta software, and should not be used in production installations.

Without further ado, the authoring tool core dev team would like to announce that a release candidate for the upcoming v0.5.0 release is now available for testing!

This release bundles lots of enhancements and fixes, but the two main shout-out features are:

  • The ability to import courses created in the framework or another authoring tool instance 
  • The change of dependency from Node.js v4.x.x to v8.x.x, which brings with it massive performance gains, and lots of security fixes

 

Testing instructions

We're always looking for helpers to test new releases, so if you're adventurous and have some spare time, we'd really appreciate your help.

Make sure you update your Node.js install to v8.x.x. We recommend you use a version manager to do this, such as NVM (Mac OS X and Linux), or NVM for windows (windows).

Before using the beta code, please ensure you back-up your existing authoring tool data, or start afresh with a new DB and code-base.

  • Check you're using Node.js v8.x.x (you can do this using node --version)
  • Pull the code from git tagged v0.5.0-rc.1
  • If testing with an existing install, remove your node_modules folder
  • Run npm install && grunt build:prod
  • Log any issues you find to GitHub, following our guidelines

You can view specific testing instructions for the release on the wiki.

If you have any questions, get in touch via commenting on this post or Gitter.

Picture of Victoria Forman
Re: Authoring tool v0.5.0-rc.1 available for testing
by Victoria Forman - Tuesday, 5 June 2018, 8:47 AM
 

wow, great news! we will test it!

Picture of Steve Cole
Re: Authoring tool v0.5.0-rc.1 available for testing
by Steve Cole - Wednesday, 13 June 2018, 3:56 PM
 

Installing or updating an existing install, I can't get further than node install, which returns the following error:

Cloned https://github.com/adaptlearning/adapt_framework.git successfully.
ERROR: error: pathspec 'tags/v0.5.0-rc.1' did not match any file(s) known to git.

Did the tag name change?

Thanks

Picture of John Niezen
Re: Authoring tool v0.5.0-rc.1 available for testing
by John Niezen - Thursday, 14 June 2018, 5:47 AM
 

Hi Steve, did you use  'tags/v...' or 'tag/v...' ? I could be wrong, but I think you need tag.

Picture of Steve Cole
Re: Authoring tool v0.5.0-rc.1 available for testing
by Steve Cole - Thursday, 14 June 2018, 8:43 AM
 

Thanks John, but it is tags/

Picture of Thomas Berger
Re: Authoring tool v0.5.0-rc.1 available for testing
by Thomas Berger - Thursday, 14 June 2018, 6:55 AM
 

Hello Steve,

that is the repository for the Framework. Please use the following: 
https://github.com/adaptlearning/adapt_authoring.git

Regards Thomas

Picture of Steve Cole
Re: Authoring tool v0.5.0-rc.1 available for testing
by Steve Cole - Thursday, 14 June 2018, 8:59 AM
 

Thanks Thomas, I see it now. 

So I should run node install (which installs the default version of the authoring tool), then git clone and branch from tag v0.5.0 after that? 

 

The install script runs like this:

> Git repository URL to be used for the authoring tool source code (https://github.com/adaptlearning/adapt_authoring.git) 

> Git repository URL to be used for the framework source code (https://github.com/adaptlearning/adapt_framework.git) 

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

Picture of Thomas Berger
Re: Authoring tool v0.5.0-rc.1 available for testing
by Thomas Berger - Friday, 15 June 2018, 7:41 AM
 

If you just want to test the v0.5.0 Version and not use this installation for production it is easier to download the sourcecode as a zip directly. https://github.com/adaptlearning/adapt_authoring/releases/tag/v0.5.0-rc.1

Please note, the Authoring Tool must be installed as a git repository to be able to update the Tool later. So please make sure to always clone the code for production installations. 

https://github.com/adaptlearning/adapt_authoring/wiki/Install-on-Server#2-clone-the-adapt_authoring-project

Regards Thomas

Picture of Chetan Hajare
Re: Authoring tool v0.5.0-rc.1 available for testing
by Chetan Hajare - Thursday, 21 June 2018, 5:12 AM
 

Hi

I tried to import the course which was exported from the Authoring tool but I am unable to do so.

I am getting the error: 

Course import failed

Package does not contain a schema.

Can you please help me in finding out the possible reason of these error?

Node version : 8.11.3

Authoring tool: v0.5.0-rc.1

Framework: 2.2.5


Picture of Paul Hilton
Re: Authoring tool v0.5.0-rc.1 available for testing
by Paul Hilton - Thursday, 21 June 2018, 6:06 AM
 

Hi,

Are you sure it is a source export (framework export) and not a download (build)? This is the most common issue when importing.

You must have access to the project source.

Paul

Picture of Chetan Hajare
Re: Authoring tool v0.5.0-rc.1 available for testing
by Chetan Hajare - Thursday, 21 June 2018, 6:47 AM
 

Yes it is a source export.