A physical lab report generating platform.
Click here to see this website!
See this post.
We have already set up a deployment script in the deploy.sh. If you finished building without any error, you can deploy this app on the server simply by the command below:
bash depoly.sh # run the deployment scriptThis script will automatically add a service to /etc/init.d/, and start the service by service phyweb start. You can furtherly use below commands to start or stop the service:
service phyweb status # check running status
service phyweb start # start a background service
service phyweb stop # stop service
service phyweb restart # restart service