(If you click above picture, you can move to FluidTrack auto report web site)
FluidTrack report tamplate auto generator based on web server
- ✔️ Auto tamplate creating
- ✔️ PDF converting
- ✔️ Auto graph drawing
Environment | Version |
---|---|
OS | |
NodeJS | |
NPM | |
NPM |
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)
This server is using port 8055
.
So you can visit this web ite through http://fluidtrack.site:8055/