-
Notifications
You must be signed in to change notification settings - Fork 6
/
lab_install.html
220 lines (176 loc) · 6.22 KB
/
lab_install.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Download | GeoDa on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
margin: 0;
padding: 0;
}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 {
margin-left: -45px;
}
</style>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
<style>
figcaption {
top: .70em;
left: .35em;
bottom: auto !important;
right: auto !important;
}
.water {
fill: #deebf7;
}
.land {
fill: #A98B6F;
stroke: #FFF;
stroke-width: 0.7px;
}
.land:hover {
stroke: #FFF;
stroke-width: 2.5px;
}
.focused {
fill: #33CC33;
}
select {
position: absolute;
top: 20px;
left: 580px;
border: solid #ccc 1px;
padding: 3px;
box-shadow: inset 1px 1px 2px #ddd8dc;
}
.countryTooltip {
position: absolute;
display: none;
pointer-events: none;
background: #fff;
padding: 5px;
text-align: left;
border: solid #ccc 1px;
color: #666;
font-size: 14px;
font-family: sans-serif;
}
.q0-11 {
fill: rgb(255, 255, 255);
}
.q1-11 {
fill: rgb(240, 240, 240);
}
.q2-11 {
fill: rgb(255, 247, 236);
}
.q3-11 {
fill: rgb(254, 232, 200);
}
.q4-11 {
fill: rgb(253, 212, 158);
}
.q5-11 {
fill: rgb(253, 187, 132);
}
.q6-11 {
fill: rgb(252, 141, 89);
}
.q7-11 {
fill: rgb(239, 101, 72);
}
.q8-11 {
fill: rgb(215, 48, 31);
}
.q9-11 {
fill: rgb(179, 0, 0);
}
.q10-11 {
fill: rgb(127, 0, 0);
}
</style>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script src="//d3js.org/queue.v1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="javascripts/simple_statistics.js"></script>
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LC0QJ53WFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-LC0QJ53WFS');
</script>
<!-- End Google tag -->
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">GeoDa Software Lab Installation</h2>
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
<a href="documentation.html" class="btn">Documentation</a>
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
</h3>
<p>
<h3>Lab Installation</h3>
<h4>
<a id="intro-contact" class="anchor" href="#intro-contact" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Notes:
</h4>
<p>GeoDa requires write permission on serveral directories/files. When install GeoDa in a Lab environment, please
make sure the following directories and files have write permission:</p>
<ul style="margin-left: 20px">
<li>/basemap_cache/ (directory for downloading basemap tiles)</li>
<li>cache.sqlite (file for GeoDa configurations)</li>
</ul>
<h4>Windows</h4>
<p>With latest GeoDa installer on windows (1.10+), you can try to install it in silent mode using the command:</p>
<p>
<div style="padding: 5px; background-color: black; color: rgb(0, 204, 0);"> GeoDa-1.10-Windows-64bit.exe
/VERYSILENT /SUPPRESSMSGBOXES </div>
</p>
<p>(other switchers are here: <a
href="http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline">http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline</a>)
</p>
<p>However, GeoDa will check if visual c++ 2010 redistributable has been installed, so you have to install the
visual c++ 2010 redistributable package in command line in silent mode first.
e.g. </p>
<p>
<div style="padding: 5px; background-color: black; color: rgb(0, 204, 0);"> vc++2010.res.exe /quiet
</div>
</p>
<p>One can search "Mictosoft Visual C++ 2010 Redistributable Package X86/X64" to download. Also, GeoDa will check if
older version GeoDa has been installed, so this silent mode command will only work with clean installation.</p>
<h4>CentOS</h4>
<p>To install GeoDa on CentOS in a Lab Environment, you can use the GeoDa package without root permission. You can
download <a href="download_linux.html"> here </a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/lixun910/geoda">GeoDa</a> is maintained by <a
href="https://github.com/lixun910">lixun910</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>
using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a
href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>