Home Applications GlobalsDB-Admin-NodeJS

GlobalsDB-Admin-NodeJS

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
0
Awards
66
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
The administrative interface to GlobalsDB

What's new in this version

Initial Release

GlobalsDB Admin for NodeJS

###Project page

###Description
The administrative interface to GlobalsDB. Allows to view, manage and edit contents of Globlas database.

###Features

  • Simple graphical interface
  • Optimized for keyboard, mouse or touch control
  • All common administrative functions like editing, creating, etc.
  • Master password protection
  • Independent client/server modules

###Pre-installation

###Installation guide

Check the complete reference at the project page.

  1. Copy folder content to any place you want. (not necessarily)
  2. Check “config.js” file. Feel free to edit it for you needs.
  3. Run GlobalsDB.
  4. Start Node application from “run.js” file. (execute “node path/to/app/run.js” in console)

After startup, you have to get the positive result in your console. Then, check localhost if local client was enabled in config.js.

###Troubleshooting

  • Server started successfully, but fails when login.
  • If there are a message in console <GlobalsDB Startup Error: GlobalsDB not up (2)> - start GlobalsDB and relaunch application;
  • Check if version of cache.node adapter is equal to installed GlobalsDB version. Find adapter in server/node_modules/globalsDB/cache.node and replace it with appropriate adapter version. Also you might have to download the appropriate node adapter from the official GlobalsDB site for your operating system.
  • Server fails to start
  • Check previous advices.
  • Check config.js file or try to restore default one.
  • Check if [default] ports 80 and 57775 are available.
  • Check additional advices.
  • I can’t just log in
  • Check if master password usage turned on in config.js file and enter a correct password.

###Advices

  • Launch server app as a daemon within forever node module.

###Screenshoots

Read more
Version
1.21.301 Jun, 2018
Category
Technology Example
Works with
Caché
First published
27 Sep, 2018