summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
1 files changed, 41 insertions, 6 deletions
diff --git a/index.html b/index.html
index ca9bcad8..d5626da3 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,6 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- <script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-115490-11']);_gaq.push(['_trackPageview']);_gaq.push(['_trackPageLoadTime']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script> <script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'fr'}</script>
<title>Glances by nicolargo</title>
</head>
@@ -32,7 +31,8 @@
<hr>
<section id="main_content">
- <p><a href="https://flattr.com/thing/484466/nicolargoglances-on-GitHub"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this git repo"></a></p>
+ <p><a href="https://flattr.com/thing/484466/nicolargoglances-on-GitHub"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this git repo"></a>
+<a href="https://travis-ci.org/nicolargo/glances"><img src="https://travis-ci.org/nicolargo/glances.png?branch=master" alt="Build Status"></a></p>
<h1></h1>
@@ -114,6 +114,13 @@ $ brew link Glances
<h3>Concerning Windows operating system</h3>
+<p>Thanks to Nicolas Bourges, a Windows installer is available:</p>
+
+<p>64 bits: <a href="https://s3.amazonaws.com/glances/glances-1.6.0-x64.exe">https://s3.amazonaws.com/glances/glances-1.6.0-x64.exe</a>
+32 bits: <a href="https://s3.amazonaws.com/glances/glances-1.6.0-x86.exe">https://s3.amazonaws.com/glances/glances-1.6.0-x86.exe</a></p>
+
+<p>If you want to install it manually, please read the following procedure.</p>
+
<p>Windows operating system only support the Glances in server mode. So if you ran Glances on Windows, it will be automaticaly running in server mode.</p>
<p>To install Glances on you system:</p>
@@ -149,7 +156,24 @@ $ sudo python setup.py install
<p>Furthermore, the release 1.6 introduces a configuration file to setup limits.</p>
-<p>The default configuration file is under the /etc/glances/glances.conf file.</p>
+<p>The default configuration file is under:</p>
+
+<pre><code>/etc/glances/glances.conf (Linux)
+</code></pre>
+
+<p>or</p>
+
+<pre><code>/usr/local/etc/glances.conf (*BSD and OS X)
+</code></pre>
+
+<p>To override the default configuration, you can copy the <code>glances.conf</code> file to
+your <code>$XDG_CONFIG_HOME</code> directory (e.g. Linux):</p>
+
+<pre><code>mkdir -p $XDG_CONFIG_HOME/glances
+cp /etc/glances/glances.conf $XDG_CONFIG_HOME/glances/
+</code></pre>
+
+<p>On OS X, you should copy the configuration file to <code>~/Library/Application Support/glances/</code>.</p>
<h2>Running</h2>
@@ -184,7 +208,7 @@ $ sudo python setup.py install
<p>Default binding address is 0.0.0.0 (Glances will listen on all the networks interfaces) and TCP port is 61209.</p>
-<p>In client/server mode, limits are set by the server side. </p>
+<p>In client/server mode, limits are set by the server side.</p>
<p>The version 1.6 introduces a optionnal password to access to the server (-P password).</p>
@@ -453,11 +477,22 @@ Z - Zombie or "hung" process</p>
</section>
<footer>
- Glances is maintained by <a href="https://blog.nicolargo.com">nicolargo</a><br>
+ Glances is maintained by <a href="https://github.com/nicolargo">nicolargo</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA–115490–11");
+ pageTracker._trackPageview();
+ } catch(err) {}
+ </script>
+
</div>
</div>
</body>
-</html>
+</html> \ No newline at end of file