0.1.0 • Published 2 years ago
planner_demo v0.1.0
core-configurator
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
Deploying application
Run these commands on your local machine inside the project folder to deploy the application to planner.core.com.tr. You need to be authorized with your ssh key to run these commands on remote machine.
npm run build
tar -zcvf dist.tar.gz dist
ssh root@159.223.24.159 "mkdir -p /var/www/html/planner"
scp dist.tar.gz root@159.223.24.159:/var/www/html/planner/
ssh root@159.223.24.159 "cd /var/www/html/planner; tar -zxf dist.tar.gz; rm dist.tar.gz"
rm dist.tar.gz0.1.0
2 years ago