pricelist, summer sale, collection completion and a few other new features for rogersandgoffigon.com.
+++++++++++++++
This is showing off a few things.
- Gulp
- Browser Sync
- Less
If you haven't already, install gulp globally npm i gulp -g
.
git clone git@github.com:sundaysenergy/client-dev-demo.git
cd client-dev-demo
npm i
gulp
git pull
npm i
gulp
Files end up in /srv/www/sites/www.rogersandgoffigon.com/prod
git pull
gulp prod
Used for reference. The future.
- http://v6.rogersandgoffigon.com/_order-track/items/rg?disc=true
- http://v6.rogersandgoffigon.com/_order-track/items/rg (dong)
Used for current RG data.
- http://www.rogersandgoffigon.com/data.json what was used during compile.
- https://rg3.cape.io/items.json (aling)
env NODE_ENV=production forever start /usr/local/node/cape3
- http://v5.rogersandgoffigon.com/index.json (45.33.30.19 cape5) Used for images.
cd /srv/node/proxy/source/ && pm2 startOrRestart ecosystem.json --env production && cd /srv/cape5/current && pm2 startOrRestart ecosystem.json --env production && su -
./fw.sh && iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8088
- http://social.cape.io/order-track/kb/summer (dong) Used to proxy order-track
- https://r_g.cape.io/_login (aling) -> database on ding
- http://v5.rogersandgoffigon.com/_routeCache.json?ids=1&rg=1
Restart v5
- ssh v5
- cd /srv/node/proxy/source/
- su -
- ./fw.sh
- iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8088
Hosted on b2