https://github.com/dataman-cloud/proxyservice
proxyservice
https://github.com/dataman-cloud/proxyservice
Last synced: 7 months ago
JSON representation
proxyservice
- Host: GitHub
- URL: https://github.com/dataman-cloud/proxyservice
- Owner: Dataman-Cloud
- Created: 2016-09-14T09:52:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T06:24:10.000Z (over 9 years ago)
- Last Synced: 2025-01-07T21:43:36.708Z (12 months ago)
- Language: Java
- Size: 37.1 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This service is for customer who needs to transform "spring-cloud" based micro-services project to be staged into shurenyun paas platefrom.
Has the following branches:
* master branch for shurenyun2.0 stack.
* crane branch for shurenyun3.0 stack.
# Build and Run
#Edit src/main/resources/application.properties for the address of "shurenyun.api" and "shurenyun.swarmmgt"
#mvn package
#java -jar ./target/proxyservice.jar
# Testing
#copy docker-compose template file to /data/{stack_name}/docker-compose-template.yml
#then run the following test case.
./test/createStack.sh
./test/searchStack.sh
./test/delete.sh