Skip to content

Auto FluidTrack report generator based on web server

License

Notifications You must be signed in to change notification settings

FluidTrack/Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗃️ FluidTrack Auto Report

(If you click above picture, you can move to FluidTrack auto report web site)

FluidTrack report tamplate auto generator based on web server

1. function

  • ✔️ Auto tamplate creating
  • ✔️ PDF converting
  • ✔️ Auto graph drawing

2. Development Environment

Environment Version
OS
NodeJS
NPM
NPM

3. Environment setting & Server install

Install nodejs with npm. (windows : https://nodejs.org/ko/download/)

sudo apt-get update
sudo apt-get install nodejs
node --version
npm --version

clone this repo

sudo git clone git@github.com:FluidTrack/Report
cd Report

and install node pakgke

sudo npm install

To keep the server online at all times, install the PM2 package.

sudo npm install pm2 -g

Turn on the server using pm2.

cd WebSrc
sudo pm2 start server.js

  📌 Note : PM2 command could be learned from this site (Korean)  

4. Access Link

This server is using port 8055.

So you can visit this web ite through http://fluidtrack.site:8055/

5. ScreenShot

About

Auto FluidTrack report generator based on web server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published