Picture of Snorre Rubin
Install stuck after setting display name
by Snorre Rubin - Tuesday, 5 September 2017, 7:00 AM
 

I'm getting stuck in the install process. After setting tenant name and display name, nothing more happens.


Completed installing NodeJS modules.

Now set configuration items. Just press ENTER to accept the default value (in br
ackets).
> Server port (5000)
> Server name (localhost)
> Database host (localhost)
> Master database name (adapt-tenant-master)
> Database server port (27017)
> Data directory path (data)
> Session secret (your-session-secret)
> Will ffmpeg be used? y/N (N) Y
> Which SMTP service (if any) will be used? (see https://github.com/andris9/node
mailer-wellknown#supported-services for a list of supported services.) (none)
> SMTP username
> SMTP password
> Sender email address
Checking configuration, please wait a moment ...
(node:15136) fs: re-evaluating native module sources is not supported. If you ar
e using the graceful-fs module, please update it to a more recent version.
Now create your tenant. Just press ENTER to accept the default value (in bracket
s). Please wait ...
> Set a unique name for your tenant (master)
> Set the display name for your tenant (Master)

Any ideas?

Picture of Thomas Berger
Re: Install stuck after setting display name
by Thomas Berger - Wednesday, 6 September 2017, 7:02 AM
 

Hello Snorre,

is MonoDB running in a seperate Terminal / CMD or registered as a service?

You can check if you have MongoDB running by executing this command in a new Terminal Window: "mongo". This should prompt the Version of mongo if it is running.

Thanks

Thomas