Hi everyone,
I really want to install the authoring tool of Adapt to make an e-learning for a school project. I have tried to install it all weekend, but I seem to get stuck on the last steps. I have installed the following prerequisites:
git version 2.19.0
node version:v8.12.0
NPM version:6.4.1
Mongod version: db version v4.0.3
git version: 7ea530946fa7880364d88c8d8b6026bbc9ffa48c
I am stuck at the fourth step of the installation procedure (node install). When I run the command I get the following output:
Last login: Mon Oct 15 11:27:21 on ttys000
ip-145-116-154-55:~ annevlaanderen$ cd /Users/annevlaanderen/Desktop/adapt_authoring-master/adapt_authoring
ip-145-116-154-55:adapt_authoring annevlaanderen$ node install
This script will install the application.
Would you like to continue?
> Continue? Y/n (Y) Y
We need to configure the tool before install.
Tip: just press ENTER to accept the default value in brackets.
> Server port (5000)
> Server name (localhost)
> Database host (localhost)
> Master database name (adapt-tenant-master)
> Database server port (27017)
> Database server user annevlaanderen
> Database server password
> Database server authentication database (admin)
> Data directory path (data)
> Session secret (value used when saving session cookie data) (your-session-secret)
> 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)
> Are you using ffmpeg? y/N (N) N
> Will you be using an SMTP server? (used for sending emails) y/N (N) N
Now we need to configure the master tenant.
Tip: just press ENTER to accept the default value in brackets.
\ Starting server
(node:3341) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrl| Starting server
Can someone please help me and tell me what I am doing wrong? I have absolutely no knowledge of programming..
Many thanks in advance!
Anne