You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had many issues getting the new version going, so I'm writing a guide on the current way of installing Adapt Authoring for everyone else that are struggling.
Run the MSI and finish all steps with optional of installing MongoDB Compass
Search Edit the system environment variables on windows search
Under Advanced tab, bellow select Environment Variables
Double Click on Path and select New and enter all possible path (I may not be correct here, but I shove all possibilities just in case because it let you use npm and nvm in the cmd everywhere):
After this step, when you’ll see the option in the cmd that ask an email for Super Admin, you can enter a short regular name for easier access (it’ll be your username login for the Super Admin). All other usernames will be emails when creating it on the adapt user manager.
Write node server in the cmd. Every time you'll want to start the Adapt server, it'll be this command inside adapt5/adapt_authoring folder by using cmd.
Connect to http://127.0.0.1:5000/ on your browser and login with the same Super Admin access you entered in the cmd during the installation. You can create new users with different privilege in the User tab after you're in.
If you’re receiving errors about node_modules/express package in the cmd after logging in and creating/editing a course, re-install mongoose version 5.8.13 by writing this in the cmd: npm install [email protected].
I hope this help someone out there.
The text was updated successfully, but these errors were encountered:
I've had many issues getting the new version going, so I'm writing a guide on the current way of installing Adapt Authoring for everyone else that are struggling.
Adapt_authoring 0.11.4
Adapt framework 5.41.13
Prerequisite
Node v18.20.5 (can be installed with nvm)
https://nodejs.org/en/blog/release/v18.20.5
(Optional) Nvm v1.1.12 (I had an issue with npm giving errors when calling it with node v18 when I've installed with with nvm v1.1.7. Using most recent version fixed it (nodejs/help#3709)
https://github.com/coreybutler/nvm-windows/releases/tag/1.1.12
Mongodb v8.0.4
https://www.mongodb.com/try/download/community
Run the MSI and finish all steps with optional of installing MongoDB Compass
Search Edit the system environment variables on windows search
Under Advanced tab, bellow select Environment Variables
Double Click on Path and select New and enter all possible path (I may not be correct here, but I shove all possibilities just in case because it let you use npm and nvm in the cmd everywhere):
If you installed nvm:
Adapt Installation
cd C:\adapt
git clone https://github.com/adaptlearning/adapt_authoring
cd adapt_authoring
to go inside the new foldernpm install
npm install [email protected]
Error: Failed to determine user's tenant! #2504node install
Use default options for everything else by pressing Enter.
node server
in the cmd. Every time you'll want to start the Adapt server, it'll be this command inside adapt5/adapt_authoring folder by using cmd.I hope this help someone out there.
The text was updated successfully, but these errors were encountered: