-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
414 lines (364 loc) · 15.5 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.17.1 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html -->
<title>from data to dashboards - ODAMAP docs</title>
<meta name="description" content="“official documentation for ODAMAP”">
<meta name="author" content="Julien Paris">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Apiviz docs">
<meta property="og:title" content="from data to dataviz">
<meta property="og:url" content="http://localhost:4001/">
<meta property="og:image" content="http://localhost:4001/documentation/screenshots/heatmap-view-sonum-02.png">
<link rel="canonical" href="http://localhost:4001/">
<link rel="next" href="http://localhost:4001/page2/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": null,
"url": "http://localhost:4001/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apiviz docs Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<!--[if IE]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--home wide">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-logo" href="/">
<img src="/static/logos/logo_apiviz_icon_15.png" alt="">
</a>
<a class="site-title" href="/">
ODAMAP docs
</a>
<ul class="visible-links">
<li class="masthead__menu-item">
<a href="/general/overview" >
Overview
</a>
</li>
<li class="masthead__menu-item">
<a href="/guide/installation" >
Quickstart guide
</a>
</li>
<!-- <li class="masthead__menu-item">
<a href="/posts/" >
Blog
</a>
</li> -->
<li class="masthead__menu-item">
<a href="https://github.com/etalab/dashboard-aides-entreprises" >
Repo
</a>
</li>
</ul>
<button class="search__toggle" type="button">
<span class="visually-hidden">Toggle search</span>
<svg class="icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.99 16">
<path d="M15.5,13.12L13.19,10.8a1.69,1.69,0,0,0-1.28-.55l-0.06-.06A6.5,6.5,0,0,0,5.77,0,6.5,6.5,0,0,0,2.46,11.59a6.47,6.47,0,0,0,7.74.26l0.05,0.05a1.65,1.65,0,0,0,.5,1.24l2.38,2.38A1.68,1.68,0,0,0,15.5,13.12ZM6.4,2A4.41,4.41,0,1,1,2,6.4,4.43,4.43,0,0,1,6.4,2Z" transform="translate(-.01)"></path>
</svg>
</button>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div class="page__hero--overlay"
style=" background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/static/screenshots/odamap-map-01.png');"
>
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline">
from data to dashboard
</h1>
<p>
<a href="/general/overview" class="btn btn--light-outline btn--large">
What is ODAMAP ?
</a>
</p>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<nav class="nav__list">
<input id="ac-toc" name="accordion-toc" type="checkbox" />
<label for="ac-toc">Toggle Menu</label>
<ul class="nav__items">
<li>
<span class="nav__sub-title">The ODAMAP project</span>
<ul>
<li><a href="/general/overview" class="">Overview</a></li>
<li><a href="/general/screenshots" class="">Screenshots</a></li>
<li><a href="/general/gallery" class="">Gallery</a></li>
<li><a href="/general/changelog" class="">Change log</a></li>
</ul>
</li>
<li>
<span class="nav__sub-title">Installation</span>
<ul>
<li><a href="/guide/installation" class="">Installation walkthrough</a></li>
<li><a href="/guide/deployment-configs" class="">Deployment</a></li>
<li><a href="/guide/install-docs" class="">Install the docs</a></li>
</ul>
</li>
<li>
<span class="nav__sub-title">Customization</span>
<ul>
<li><a href="/configuration/config-overview" class="">Configuration overview</a></li>
<li><a href="/configuration/config-url-params" class="">URL parameters</a></li>
<li><a href="/configuration/config-envfile" class="">Environment variables</a></li>
<li><a href="/configuration/config-configs" class="">Configuration files</a></li>
<li><a href="/configuration/config-static" class="">Static datasets</a></li>
<li><a href="/configuration/config-locales" class="">Locales</a></li>
</ul>
</li>
<li>
<span class="nav__sub-title">Developers</span>
<ul>
<li><a href="/dev/maintain" class="">Maintenance</a></li>
<li><a href="/dev/roadmaps" class="">Roadmaps</a></li>
<li><a href="/dev/stack" class="">Stack</a></li>
<li><a href="/dev/contributing" class="">Contributing</a></li>
<li><a href="/dev/guidelines" class="">Guidelines</a></li>
</ul>
</li>
<li>
<span class="nav__sub-title">Meta</span>
<ul>
<li><a href="/meta/credits" class="">Credits</a></li>
<li><a href="/meta/license" class="">License</a></li>
</ul>
</li>
<li>
<a href="/posts/"><span class="nav__sub-title">Blog</span></a>
</li>
<li>
<a href="/categories/"><span class="nav__sub-title">Categories</span></a>
</li>
<li>
<a href="/tags/"><span class="nav__sub-title">Tags</span></a>
</li>
</ul>
</nav>
</div>
<div class="archive">
<!-- <figure class="">
<img
src="/static/logos/logo_odamap_01.png"
alt="odamap logo">
</figure> -->
Visualize your datasets on a customizable dashboard
... and of course it's open source
<br><br>
<p>
<a href="https://standardjs.com" rel="nofollow"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="JavaScript Style Guide"></a>
</p>
<div class="language-shell highlighter-rouge">
<div class="highlight">
<pre class="highlight">
<code><span class="c">### INSTALLATION</span>
<span class="c">### clone the repository</span>
git clone https://github.com/etalab/dashboard-aides-entreprises.git
<span class="c">### go to frontend folder and copy default environment variables</span>
cd frontend
cp .envExample .env
<span class="c">### shortcut to install ODAMAP</span>
npm install
npm run dev</code></pre>
</div>
</div>
<br>
<p>
And then you could open your browser at <br>
<a href="http://localhost:8000/" target="_blank">
<div class="language-shell highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>http://localhost:8000/</code></pre>
</div>
</div>
</a>
<br>
and see ...
</p>
<figure class="" style="border-style: solid;border-width: 1px">
<img
src="/static/screenshots/odamap-homepage-01.png"
alt="ODAMAP homepage">
</figure>
<br>
<hr>
<h3 class="archive__subtitle">Recent Posts</h3>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/meta/changelog/" rel="permalink">
CHANGE LOG
</a>
</h2>
<p class="page__meta">
<i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">
</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/meta/credits/" rel="permalink">
CREDITS
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">
<!-- ODAMAP team thanks : -->
</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/meta/maintain/" rel="permalink">
MAINTAIN
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">
</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/dev/guidelines/" rel="permalink">
GUIDELINES FOR DEVELOPMENT
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">
<!-- This project is prone to be developped by several developpers, so we agreed on some basic rules… -->
</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/dev/roadmaps/" rel="permalink">
ROADMAP
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">
</p>
</article>
</div>
<nav class="pagination">
<ul>
<li><a href="#" class="disabled"><span aria-hidden="true">Previous</span></a></li>
<li><a href="#" class="disabled current">1</a></li>
<li><a href="/page2/">2</a></li>
<li><a href="/page3/">3</a></li>
<li><a href="/page4/">4</a></li>
<li><a href="/page2/">Next</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="search-content">
<div class="search-content__inner-wrap">
<form class="search-content__form" onkeydown="return event.key != 'Enter';">
<label class="sr-only" for="search">
Enter your search term...
</label>
<input type="search" id="search" class="search-input" tabindex="-1" placeholder="Enter your search term..." />
</form>
<div id="results" class="results"></div></div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><a href="https://twitter.com/Etalab" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href="https://github.com/etalab" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">
©
2020 Etalab docs.
Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a>
&
<a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.
</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
<script src="/assets/js/lunr/lunr.min.js"></script>
<script src="/assets/js/lunr/lunr-store.js"></script>
<script src="/assets/js/lunr/lunr-en.js"></script>
</body>
</html>