https://github.com/risk-first/automation
Invites Github users to join the organisation after Starring a repo
https://github.com/risk-first/automation
Last synced: over 1 year ago
JSON representation
Invites Github users to join the organisation after Starring a repo
- Host: GitHub
- URL: https://github.com/risk-first/automation
- Owner: risk-first
- Created: 2019-01-01T23:12:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T11:53:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T22:41:01.864Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 45
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webhook to allow you to join people to the organisation when they star a repo within it.
## Deployment
Currently hosted on automation.riskfirst.org
- scp target/riskfirst-automation-0.0.1-SNAPSHOT.war deploy@automation.riskfirst.org:~
- cd /usr/local/apache-tomcat9/webapps
- cp ~deploy/riskfirst-automation-0.0.1-SNAPSHOT.war ROOT.war
- vi /usr/local/apache-tomcat9/config/application.properties
* (Place in properties)
- In conf/catalina.properties:
* common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar","${catalina.home}/config"
- /etc/init.d/tomcat9 restart