9. Automated issuance, validation, troubleshooting and resolution of service-side projects

  sudo wget http://learning.happymmall.com/deploy/deploy.sh echo "===========Get into git project happymmall Catalog=============" cd /developer/git-repository/mmall echo "==========git Switch to mmall-v1.0===============" git checkout mmall-v1.0 echo "==================git fetch======================" git fetch echo " ...

Added by shadiadiph on Sat, 18 May 2019 20:12:23 +0300

How to build your own maven warehouse with GitHub

Build your own maven warehouse with GitHub I. background Github has also written a lot of projects, and then a common problem is that many of the projects written by themselves can only be downloaded when they want to be used in another project, which is quite inconvenient. Because most of the java back-end projects are based on Maven managemen ...

Added by adammc on Fri, 17 May 2019 19:54:16 +0300

hue Upgrade Document

First, identify our two installation packages: hue.zip (This package can also be downloaded from our git repository, and I'll send you a link) huetool.zip Then stop hue's service at the CDH's management interface: 1, Enter hue 2, Select an instance 3, select Hue Server 4, select Action -> Stop this Hue Server After stopping the hu ...

Added by MrKaraokeSteve on Fri, 17 May 2019 10:36:05 +0300

Server Deployment NODE Project

1. premise 1.1 The NODE environment has been built on the server, if not, you can refer to me. The previous blog Build. Because this blog is in The previous blog If there is any obscurity, you can read the previous blog first. 1.2 A NODE project has been written. 2. deployment 2.1 Because I use PM2 for process management, I first write the PM2 ...

Added by dannyone on Thu, 16 May 2019 23:27:20 +0300