https://github.com/romansky/monitoring-talk
StatsCraft 2015 monitoring for developers workshop repo
https://github.com/romansky/monitoring-talk
Last synced: over 1 year ago
JSON representation
StatsCraft 2015 monitoring for developers workshop repo
- Host: GitHub
- URL: https://github.com/romansky/monitoring-talk
- Owner: romansky
- Created: 2015-07-21T18:17:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T05:53:10.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T05:36:44.507Z (over 1 year ago)
- Language: Java
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Monitoring For Developers - Workshop (StatsCraft 2015 30/7/15)
===
Roman Landenband 2015 (c)
Pre-requisits
-----
1. have Java 8 installed on your host machine
2. have Docker installed on your host mchine
Static Analysis
---
How to make your environment ready for the workshop
1. clone this repo `git clone git@github.com:romansky/monitoring-talk.git`
2.
JIT
---
How to follow the workshop with your machine
Setting up the environemnt
-----
1. Clone workshop repo `#> git clone git@github.com:romansky/monitoring-talk.git`
2. from within the repo directory, inside the "server" directory issue the following commands:
"""
#> docker build -t monitoringtalk/monitoringapp .
#> docker run -p 8000:8000 monitoringtalk/monitoringapp
"""