ambition119 opened a new pull request #582:
URL: https://github.com/apache/griffin/pull/582


      If we use` java -jar` start service ,then It is inconvenient to modify 
the configuration file. Modifying the configuration file requires recompiling 
the jar. And it is inconvenient to stop the service.
      This PR provides `tar.gz` installation method and shell startup 
method,and it has been deployed and run in our production environment.
   
   1. ls -al service-0.6.0-SNAPSHOT
        bin
        config
        lib
   
   2. cd service-0.6.0-SNAPSHOT/
   
   3. ./bin/griffin.sh start
   
   4. jps
      17860 GriffinWebApplication
   
   5. ./bin/griffin.sh stop
       stopping 17860 of service ...
    
     If start service, we can access http://${ip}:8080
   
![image](https://user-images.githubusercontent.com/20353043/92120728-ffc00480-ee2b-11ea-9e9b-8a02d208bf4b.png)
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to