GithubHelp home page GithubHelp logo

dineshshetye / hpccinfo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hpcc-systems/hpccinfo

0.0 1.0 0.0 1.19 MB

An Info Worksheet (like a spreadsheet) to view HPCC data files and apply simple data manipulation

License: Apache License 2.0

HTML 14.27% JavaScript 84.79% CSS 0.17% TypeScript 0.77%

hpccinfo's Introduction

HPCCInfo

A Workbook (like an Excel workbook) to view HPCC data files and apply simple data manipulation

Requirements

For development, you will only need Node.js and MYSQL Server installed on your environment.

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

$ node --version
v8.9.4

$ npm --version
5.6.0

Install

$ git clone https://github.com/hpcc-systems/HPCCInfo.git
$ cd HPCCInfo/server
$ npm install -g bower
$ npm install

PM2 is a production process manager for Node.js / io.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.

$ npm install pm2 -g

Execute myql script located in folder HPCCInfo/server/HPCCInfo_schema.sql Update the MySql connection properties in HPCCInfo/server/DBConnection.js

$ cd HPCCInfo/client
$ bower install

Start the application

$ cd HPCCInfo/server
$ pm2 start server.js

Stop the application

$ pm2 stop server

Current Processes

$ pm2 list

More about PM2 commands here http://pm2.keymetrics.io/docs/usage/quick-start/#cheat-sheet

Open Google Chrome browser and enter the url (http://localhost:3000)

NOTE:

We recommed using Google Chrome browser. The application is only being tested using Google Chrome. If you are using any other browser, the application might not run properly.

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.