Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 67d658d

Browse files
author
Arkadiusz Gil
committed
Update download links to v0.6.1
1 parent e41617d commit 67d658d

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: How to build and use the erlangpl script
77
### Download prebuilt script
88

99
The easiest way to get started is to download a prebuilt `erlangpl` script
10-
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.6.0/erlangpl.tar.gz)).
10+
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.6.1/erlangpl.tar.gz)).
1111

1212
### Build it manually
1313

@@ -95,7 +95,7 @@ Videos from those experiments were posted on [YouTube](https://www.youtube.com/c
9595

9696
## Developing
9797

98-
### Erlang
98+
### Erlang
9999
#### Running development release
100100

101101
You can also start the tool as a regular Erlang release and connect to its console to debug the tool itself.
@@ -117,12 +117,12 @@ We are recomending [yarn](https://yarnpkg.com/lang/en/) for that.
117117
yarn && yarn start
118118
```
119119

120-
Now, application can be found at `localhost:3000` and will be listening for messages from `localhost:37575` where you have to have [erlangpl](https://github.com/erlanglab/erlangpl) running.
120+
Now, application can be found at `localhost:3000` and will be listening for messages from `localhost:37575` where you have to have [erlangpl](https://github.com/erlanglab/erlangpl) running.
121121

122122
#### Writing Elm code
123123

124124
Although `erlangpl-ui` is written in React we belive in Elm power. Because of that we support Elm in out build process.
125-
This is possible because of [react-elm-components](https://github.com/evancz/react-elm-components) and [elm-webpack](https://github.com/elm-community/elm-webpack-loader).
125+
This is possible because of [react-elm-components](https://github.com/evancz/react-elm-components) and [elm-webpack](https://github.com/elm-community/elm-webpack-loader).
126126

127127
You can write any separate component in Elm and then wrap it into React component which can be integrated with whole application. Elm code should be placed in `ui/src/elm` and every component whould have main file in this directory and all files related to this component in directory with the same name. React wrapper file should have the same name as Elm component and `flow` should be disabled for this file.
128128

index.html

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
11
---
22
layout: landing
33
---
4-
<!-- Banner -->
5-
<section id="banner">
6-
<div class="inner">
7-
<h2>{{ site.title }}</h2>
8-
<p>{{ site.description | markdownify }}</p>
9-
<ul class="actions">
4+
<!-- Banner -->
5+
<section id="banner">
6+
<div class="inner">
7+
<h2>{{ site.title }}</h2>
8+
<p>{{ site.description | markdownify }}</p>
9+
<ul class="actions">
1010
<li><a href="https://github.com/erlanglab/erlangpl" class="button special icon fa-github" style="background-color: #1F79B7;">Our GitHub</a></li>
1111
<li><a href="/getting_started.html" class="button special icon fa-play" style="background-color: #8FBF47;">Getting Started</a></li>
12-
<li><a href="https://github.com/erlanglab/erlangpl/releases/download/0.6.0/erlangpl.tar.gz" class="button special icon fa-download" style="background-color: #227A50;">Download</a></li>
13-
</ul>
12+
<li><a href="https://github.com/erlanglab/erlangpl/releases/download/0.6.1/erlangpl.tar.gz" class="button special icon fa-download" style="background-color: #227A50;">Download</a></li>
13+
</ul>
1414

1515
<!-- Place this tag where you want the button to render. -->
1616
<a style="margin: auto;" class="github-button" href="https://github.com/erlanglab/erlangpl" data-icon="octicon-star" data-style="mega" data-count-href="/erlanglab/erlangpl/stargazers" data-count-api="/repos/erlanglab/erlangpl#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star erlanglab/erlangpl on GitHub">Star</a>
1717

18-
</div>
19-
<a href="#one" class="more scrolly">Learn More</a>
20-
</section>
18+
</div>
19+
<a href="#one" class="more scrolly">Learn More</a>
20+
</section>
2121

22-
<!-- One -->
23-
<section id="one" class="wrapper style1 special">
24-
<div class="inner">
25-
<header class="major">
26-
<h2>What is Erlang Performance Lab?</h2>
27-
<p>Tool for developers working with the Erlang VM (BEAM).<br />
22+
<!-- One -->
23+
<section id="one" class="wrapper style1 special">
24+
<div class="inner">
25+
<header class="major">
26+
<h2>What is Erlang Performance Lab?</h2>
27+
<p>Tool for developers working with the Erlang VM (BEAM).<br />
2828
It helps with observing a system and its performance analysis.</p>
29-
</header>
30-
<ul class="icons major">
31-
<li><a href="https://github.com/erlanglab/erlangpl" class="icon fa-github major style1"><span class="label">GitHub</span></a></li>
32-
<li><a href="https://www.youtube.com/channel/UCGkcbu799cC1rtMaQtAajpg" class="icon fa-youtube major style2"><span class="label">YouTube</span></a></li>
33-
<li><a href="https://twitter.com/erlanglab" class="icon fa-twitter major style3"><span class="label">Twitter</span></a></li>
34-
</ul>
35-
</div>
36-
</section>
29+
</header>
30+
<ul class="icons major">
31+
<li><a href="https://github.com/erlanglab/erlangpl" class="icon fa-github major style1"><span class="label">GitHub</span></a></li>
32+
<li><a href="https://www.youtube.com/channel/UCGkcbu799cC1rtMaQtAajpg" class="icon fa-youtube major style2"><span class="label">YouTube</span></a></li>
33+
<li><a href="https://twitter.com/erlanglab" class="icon fa-twitter major style3"><span class="label">Twitter</span></a></li>
34+
</ul>
35+
</div>
36+
</section>
3737

38-
<!-- Two -->
39-
<section id="two" class="wrapper alt style2">
38+
<!-- Two -->
39+
<section id="two" class="wrapper alt style2">
4040
<!-- DASHBOARD -->
4141
<section class="spotlight">
42-
<div class="image"><img src="images/erlanglab_dashboard.png" alt="" /></div><div class="content">
43-
<h2>Dashboard</h2>
44-
<p>Gives high level overview of the current system throughput,
42+
<div class="image"><img src="images/erlanglab_dashboard.png" alt="" /></div><div class="content">
43+
<h2>Dashboard</h2>
44+
<p>Gives high level overview of the current system throughput,
4545
process activities like spawns or exits, memory footprint
4646
and Erlang runtime system settings.
4747
It is a good starting point for any system exploration.
4848
Live charts help observe trends in the recent history
4949
and reason about the overall health of the system.
5050
</p>
51-
</div>
52-
</section>
51+
</div>
52+
</section>
5353

5454
<!-- MESSAGE PASSING -->
5555
<section class="spotlight">
56-
<div class="image"><img src="images/erlanglab_message_passing.png" alt="" /></div><div class="content">
57-
<h2>Message passing graph</h2>
58-
<p>In Erlang-based systems processes share data through message passing.
56+
<div class="image"><img src="images/erlanglab_message_passing.png" alt="" /></div><div class="content">
57+
<h2>Message passing graph</h2>
58+
<p>In Erlang-based systems processes share data through message passing.
5959
If certain processes receive more messages than they can handle,
6060
their inbox queue starts growing. Over time it can lead to bottlenecks.
6161
The graph visualises which processes communicate extensively
6262
allowing you to easily spot key places slowing down your application.
6363
</p>
64-
</div>
65-
</section>
64+
</div>
65+
</section>
6666

6767
<!-- TRAFFIC -->
68-
<section class="spotlight">
69-
<div class="image"><img src="images/erlanglab_traffic.png" alt="" /></div><div class="content">
70-
<h2>Traffic graph</h2>
71-
<p>Gaining visibility into network traffic in distributed systems is of great
68+
<section class="spotlight">
69+
<div class="image"><img src="images/erlanglab_traffic.png" alt="" /></div><div class="content">
70+
<h2>Traffic graph</h2>
71+
<p>Gaining visibility into network traffic in distributed systems is of great
7272
importance as it helps to understand the behaviour of the entire system,
7373
which can consist of more than one Erlang node.
7474
Graphical representation of clustering helps grasp the inter-node traffic
7575
patterns and allows displaying traffic data on a graph of nodes.
7676
</p>
77-
</div>
78-
</section>
77+
</div>
78+
</section>
7979

8080
<!-- SUPERVISION TREE -->
8181
<section class="spotlight">
82-
<div class="image"><img src="images/erlanglab_st.png" alt="" /></div><div class="content">
83-
<h2>Supervision tree</h2>
84-
<p>Internal structure of any OTP application can be very complicated.
82+
<div class="image"><img src="images/erlanglab_st.png" alt="" /></div><div class="content">
83+
<h2>Supervision tree</h2>
84+
<p>Internal structure of any OTP application can be very complicated.
8585
Supervision tree visualization may help understand it which
8686
is crucial for designing efficient and fault tolerant system.
8787
It also has learning value, showing basic relations between
8888
workers and supervisors, giving foundation for reasoning
8989
about whole architecture.
9090
</p>
91-
</div>
92-
</section>
93-
</section>
91+
</div>
92+
</section>
93+
</section>
9494

95-
<!-- CTA -->
96-
<section id="cta" class="wrapper style4">
97-
<div class="inner">
98-
<header>
99-
<h2>Interested in erlang.pl?</h2>
95+
<!-- CTA -->
96+
<section id="cta" class="wrapper style4">
97+
<div class="inner">
98+
<header>
99+
<h2>Interested in erlang.pl?</h2>
100100
<p>If you would like to help with beta testing,<br />
101101
download the tool and try it on your system.<br />
102102
Don't forget to send us feedback!</p>
103-
</header>
104-
<ul class="actions vertical">
105-
<li><a href="https://erlang.pl/erlangpl.gz" class="button fit special icon fa-download" style="background-color: #227A50;">Download</a></li>
106-
<li><a href="mailto:[email protected]" class="button fit">Feedback</a></li>
107-
</ul>
108-
</div>
109-
</section>
103+
</header>
104+
<ul class="actions vertical">
105+
<li><a href="https://erlang.pl/erlangpl.gz" class="button fit special icon fa-download" style="background-color: #227A50;">Download</a></li>
106+
<li><a href="mailto:[email protected]" class="button fit">Feedback</a></li>
107+
</ul>
108+
</div>
109+
</section>

0 commit comments

Comments
 (0)