elasticsearch-gui icon indicating copy to clipboard operation
elasticsearch-gui copied to clipboard

Running as standalone server

Open Akhilesh-Anb opened this issue 7 years ago • 2 comments

HI,

I'm using the latest version - Elasticsearch 5.3.0 As i'm unable to install it as plugin, i want ti install as standalone server.

Is this possible to run as a standalone server

When i do npm run start,

np

m ERR! Failed at the [email protected] start script '_site/index.html'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the elasticsearch-gui package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! _site/index.html npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs elasticsearch-gui npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls elasticsearch-gui npm ERR! There is likely additional logging output above.

Please help me on this

Akhilesh-Anb avatar Apr 13 '17 22:04 Akhilesh-Anb

The easiest would be to build the project and put on a static webserver. Still I have not tested it with elastic 5, so no idea if it will work.

Another option is to use grunt:

grunt devserver

jettro avatar May 03 '17 18:05 jettro

this may be an alternative

https://github.com/xzer/elasticsearch-plugin-hosting

xzer avatar Jul 28 '17 08:07 xzer