0.1.0 • Published 9 months ago

planner_demo v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

core-configurator

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

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.gz