cron config

beta.r3js.org
Theunis J. Botha 2017-03-31 15:26:12 +02:00
parent 5fe8c49760
commit 7579cde553
2 changed files with 89 additions and 3 deletions

View File

@ -23728,3 +23728,92 @@ git push
cd ..
ls
exit
sudo service nginx restart
c
cd cron
npm install --save express
r
exit
mysql
c
cd 3d-editor/
cd src/
grep "EditorControls" * -R
cd ..
cd cron
cd ..
ln -s config/start_cron
d
s
r
cd model/
ls
git branch feature/cron
git pull
git checkout feature/cron
git merge develop
cd ..
cd controller/
git branch feature/cron
git checkout feature/cron
r
cd ..
cd app/
git pull
git diff
git reset --hard HEAD
git pull
r
cd
c
cd cron/
npm install --save body-parser
r
]r
r
git diff
git status
git add server.js
git add service/
git commit -am "cron start"
git status
vim .gitignore
git add .gitignore
git commit -am "git ignore"
git push -u origin develop
r
cd ..
cd model/
git diff
git commit -am "cron model"
git push
git push -u origin feature/cron
cd ..
cd controller/
git status
git commit -am "cron controller"
git push
git push -u origin feature/cron
cd ..
cd config/
git diff
git commit -am "cron config"
git push
cd ..
cd model/
git diff
git commit -am "whitespace"
git push
cd ..
cd controller/
git diff
git commit -am "do something"
git push
exit
m
exit
gl
gulp
sudo service nginx restart
tail -f /var/log/nginx/*.log
exit

View File

@ -1,3 +0,0 @@
#!/bin/bash
cd /usr/share/gamewheel/cron
pm2 start server.js --node-args="--debug=3216" --name cron