gustaYo / ngexplorer2

Indexes http, ftp, smb, sftp (ssh) providers and local directories in mongodb database with the possibility of synchronizing with ElasticSearch. Backend written in coffeeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngexplorer2.0

Indexes http, ftp, smb providers and local directories in mongodb database with the possibility of synchronizing with ElasticSearch. Backend written in coffeeScript.

Install Dependencies

npm i -dd

Run project in production

  1. npm run prod
  2. npm start

Run project in development

  1. npm run dev
  2. Open a new terminal window and run npm start to execute the app

ElasticSearch integration

    apt-get install elasticsearch
    gedit /etc/default/elasticsearch
    Uncomment START_DAEMON=true
    systemctl restart

Activate it in the configuration file and define parameters.

Todo

  1. Clients VueJS2/React/Angular2

About

Indexes http, ftp, smb, sftp (ssh) providers and local directories in mongodb database with the possibility of synchronizing with ElasticSearch. Backend written in coffeeScript.


Languages

Language:CoffeeScript 97.5%Language:JavaScript 2.4%Language:HTML 0.1%