jeapp
v1.1.1
Published
Web based app to calculate Oracle Db Cache size, number of shards and storage size
Downloads
25
Readme
Pre-requisite
We should have NPM and Node installed in our machine for this tool to build and run successfully.
Refer the below link to download and install NPM in your machine:
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Node( with NPM using installer) - https://nodejs.org/en/download/
Verify installation by running following commands in terminal.
node -v
npm -v
How to install and run the tool
- First step, install the tool;
In the command line, run : 'npm i -g jeapp'
- Second step, to run;
In the command line, run: 'jeapp'
These 2 simple steps run the tool in our machine: Open [http://localhost:3000] to view and use it in your browser.