I already installed adapt authoring tool using vagrant, I created some courses it works great, but I want to know how I can backup my courses, I use the option source code, that download my course individual but if I want to pass that courses to another authoring tool I can not do that because the authoring tool do not have the option to import the course, or how I can backup the db (if the authoring tool use mongo) I try to connect localhost:27017 but robomongo do not connect, I don´t know if I use vagrant I do not have that option or that option is only possible with a clear install (not using vagrant)
Hello Andy,
good to hear that Vagrant works for you.
Import / Export from one Authoring Tool instance to another is currently not supported. It is part of the roadmap though.
To connect to to your Vagrant-MongoDB you will need the SSH option when creating a connection. Vagrant uses the same settings on every machine, so the settings from the screenshots should be fine.
Please keep in mind that Vagrant is NOT recommended for production. If you are planing to use the Authoring Tool in production, we highly recommend to use the server install.
Best regards
Thomas