Install guide of U2Report service
Install guide of U2Report service 1. Install the node.js (00:24) curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install nodejs gcc g++ make sudo npm install -g n sudo n stable 2. Install the Angular CLI (01:31) sudo npm install -g @angular/cli 3. Clone the U2Report Service repository (02:09) sudo apt-get install git git clone https://github.com/kdalma0/U2ReportServer.git 4. Build the U2Report Service (03:03) cd U2ReportServer npm install ng build 5. Run the U2Report Service (05:28) node server.js 6. Visit the U2Report site (05:56) http://{host address}:8080 * Install U2Report Service on Docker : https://youtu.be/QVAWyE6naGs * Support Center : http://www.with4lab.com * Unity Asset Store : http://u3d.as/1F8Y
Install guide of U2Report service 1. Install the node.js (00:24) curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install nodejs gcc g++ make sudo npm install -g n sudo n stable 2. Install the Angular CLI (01:31) sudo npm install -g @angular/cli 3. Clone the U2Report Service repository (02:09) sudo apt-get install git git clone https://github.com/kdalma0/U2ReportServer.git 4. Build the U2Report Service (03:03) cd U2ReportServer npm install ng build 5. Run the U2Report Service (05:28) node server.js 6. Visit the U2Report site (05:56) http://{host address}:8080 * Install U2Report Service on Docker : https://youtu.be/QVAWyE6naGs * Support Center : http://www.with4lab.com * Unity Asset Store : http://u3d.as/1F8Y