Hi,
I installed the AT with Vagrant on an Ubuntu 14.04LTS.
I can start it, I can create courses, and I can perform the actions in the Plugin management part.
What I cannot detect is what version is my installation running after "vagrant up"?
How do you know the version of the Framework and the Authoring Tool?
And then if it lags behind, how do you upgrade?
Thanks,
John Niezen
Hi John,
Right now you have to look at version.json in the root of the adapt_authoring folder. If it lags, on Vagrant you need to do something like this:
- Run
vagrant ssh
and connect onto the Ubuntu VM - Run
sudo pm2 stop 0
- Run
node upgrade.js
and wait for it to finish - Run
sudo pm2 start 0
I've created a ticket to display the versions installed here, and we'll look into in a future sprint.
https://github.com/adaptlearning/adapt_authoring/issues/1072
Hope this helps.
Brian
Thanks Brian,
While looking through the issues, I noticed https://github.com/adaptlearning/adapt_authoring/issues/847
Looks the same, or not?