Page 1 of 1

Netonix 1.0.15 Installation Centos

Posted: Sat Aug 03, 2019 6:31 am
by Kagiri
Hello

Am getting an error while trying to install netonix manager 1.0.15 on centos nodejs. This is after running run "node bootloader.js"



Error: no such file or directory, open netonix-manager/storage/configs

Kindly assist.

Re: Netonix 1.0.15 Installation Centos

Posted: Tue Aug 06, 2019 3:33 pm
by Stephen
Try running the command:
Code: Select all
node --version


and
Code: Select all
nodejs --version


And let us know here what the results are.

Re: Netonix 1.0.15 Installation Centos

Posted: Tue Aug 13, 2019 1:48 am
by Kagiri
node -v
v8.16.0

Re: Netonix 1.0.15 Installation Centos

Posted: Tue Aug 13, 2019 4:52 am
by Stephen
OK, please try re-downloading the tar file and extracting it again.

Once that is done, run the following commands:

Code: Select all
export NODE_ENV=production
node bootloader.js