https://github.com/schweigert/mgad
Deploy MGA repositories over docker swarm
https://github.com/schweigert/mgad
Last synced: over 1 year ago
JSON representation
Deploy MGA repositories over docker swarm
- Host: GitHub
- URL: https://github.com/schweigert/mgad
- Owner: schweigert
- License: mit
- Archived: true
- Created: 2019-02-28T19:19:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T21:53:42.000Z (about 7 years ago)
- Last Synced: 2025-02-12T11:52:47.363Z (over 1 year ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mgad
Deploy MGA repositories over docker swarm
## Install Docker
```
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
```
## Run Graphana Beacon
```
gbeacon.rb --graphite "192.168.1.2:2003" --prefix "game_service" > /dev/null &
```
## RVM and GBeacon
```
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash
source /home/ubuntu/.rvm/scripts/rvm
rvm install 2.5.2
gem install gbeacon
```