You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meteor Development Group has bought Kadira APM from Arunoda. We have made the original Kadira code available under the MIT License in this GitHub repository.
1
+
# APM
2
2
3
-
As the code we're running in Galaxy has diverged, we will not be running this repository as an open source project. We've started a conversation with potential maintainers of a community fork.
3
+
This project reduces the original Kadira APM to a single Meteor project.
4
+
Most of the original features are working (like Slack alerts), but there is still a lot of work.
4
5
5
-
Arunoda uses the name Kadira for other projects and still owns the trademark on the "Kadira" name. Arunoda requests that public forks should choose a new name.
6
+
## Running it
6
7
7
-
# Kadira APM
8
-
9
-
This is a set of components you need to run Kadira in your system.
10
-
11
-
> The following instructions are not production deployment configurations. It's meant for running for testing.
12
-
13
-
## Initial Setup
14
-
15
-
Open `init-shell.sh` and update configurations.
16
-
Make sure to set fresh DB configurations before getting started.
17
-
18
-
Make the script executable.
19
-
```sh
20
-
chmod +x init-shell.sh
8
+
```
9
+
cd apm
10
+
meteor npm i
11
+
meteor
21
12
```
22
13
23
-
Then run following three components by visiting their directories:
24
-
25
-
* kadira-engine
26
-
* kadira-rma
27
-
* kadira-ui
28
-
29
-
## Connecting with Kadira Agent
14
+
This opens the following ports:
30
15
31
-
You you are ready to connect your app into Kadira. Since we are running with a custom setup, you need to export following environment variable before using Kadira in your app:
0 commit comments