forked from sqshq/piggymetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
executable file
·45 lines (40 loc) · 1.14 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<title>docs-piggymetrics</title>
</head>
<body>
<div class=container>
<h1>Created a command-line launcher</h1>
I've created run.sh, this script helps to start the application to non
docker users:
<br />
<b>Dev mode (not daemon) with logs verbose</b>
<br /> ./run.sh --dev --debug
<b>Dev mode (daemon)</b>
<br /> ./run.sh --dev
<b>Production mode (daemon)</b>
<br /> ./run.sh
<h1>Installing doclipser</h1>
In market-place install doclipser.
<h1>References</h1>
<div>
<a href="https://docs.docker.com">docker</a>
</div>
<div>
<a href="https://marketplace.eclipse.org/content/doclipser">doclipser</a>
</div>
<div>
<a
href="https://jaxenter.com/doclipser-or-how-ive-put-docker-in-your-favorite-ide-124167.html">Doclipser
or how I’ve put Docker in your favorite IDE</a>
</div>
</div>
</body>
</html>