Files
IvolutionWebsite/Website/output/pages/Installation.html

137 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ivolution</title>
<meta name="description" content="">
<meta name="author" content="Julien Lengrand-Lambert">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src=".././theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href=".././theme/bootstrap.min.css" rel="stylesheet">
<link href=".././theme/local.css" rel="stylesheet">
<link href=".././theme/pygments.css" rel="stylesheet">
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href=".././index.html">Ivolution</a>
<ul class="nav">
<li><a href=".././pages/About.html">About</a></li>
<li><a href=".././pages/Downloads.html">Downloads</a></li>
<li><a href=".././pages/FAQ.html">Frequent Asked Questions</a></li>
<li><a href=".././pages/FutureDevelopments.html">Future Developments</a></li>
<li><a href=".././pages/Installation.html">Installation</a></li>
<li><a href=".././pages/Ivolution.html">Ivolution Project</a></li>
<li><a href=".././pages/MainInterface.html">Main Interface.</a></li>
<li><a href=".././pages/OneMinuteTutorial.html">1 minute kick-off</a></li>
<li><a href=".././pages/Settings.html">Settings</a></li>
</ul>
<p class="pull-right"><a href=".././archives.html">[archives]</a> <a href=".././tags.html">[tags]</a></p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h3>Blogroll</h3>
<ul>
<li><a href="http://docs.notmyidea.org/alexis/pelican/">Pelican</a></li>
<li><a href="http://python.org">Python.org</a></li>
<li><a href="http://jinja.pocoo.org">Jinja2</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
<div class="social">
<h3>Social</h3>
<ul>
<li><a href="#">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class='page'>
<div class="page-header"><h1>Installation</h1></div>
<div><p>Ivolution should run on most of Windows, Linux and Mac operating systems.
It was successfully tested on Windows 7, Windows XP and Ubuntu 12.04.</p>
<p>Depending on your operating system, the installation step may require a bit more work.
Please choose below the chapter corresponding to your operating system</p>
<p>Windows (XP, Vista, Seven)</p>
<p>Simply download and run the executable here (x86).
Once installed, you should be able to run Ivolution through the icon on the Desktop.
Everything should work out of the box without issue.</p>
<p>The software has not been tested (yet) on Windows 8, but there should not be major problems to get it running.</p>
<p>Ubuntu 12.04</p>
<p>Ivolution is available in Ubuntu in only a few simple steps.
First of all, install Ivolution's dependencies. You can simply do this by running the following line in a terminal :
apt-get install . . .</p>
<p>Note : You'll need administrator's rights to install the packages (usually means using sudo).</p>
<p>Then, download the last stable packages here and extract here where you want.</p>
<p>Finally, move to the extracted folder in a command line and install the package
python setup.py install --record ivolution_files
This time again, you will need administrator's right.</p>
<p>Done ! You can now start using Ivolution by running
Ivolutioner
in a terminal.</p>
<p>Note:
The --record option during the install is used to create a list of all the files generated into your system.
By default, there is no uninstall solution for python packages and the only solution is to remove all the files one by one.</p>
<p>You can do this by running</p>
<p>in a command line, where ivolution_file is your record file.</p>
<p>WARNING: This command, if not run correctly, may cause damages! Check the record file first.</p>
<p>Linux</p>
<p>For most of all the other Linux distributions, the installation process is similar as the Ubuntu solution but for the first step.</p>
<p>You will have to find the name of the packages for your own distribution, or compile them from source if they don't exist.
Here is a list of all the elements you'll need in your system to run Ivolution:</p>
<p>Once all the dependencies are satisfied, you can simply download and install the package using the directions from the Ubuntu chapter.</p>
<p>Mac OS</p>
<p>Up to now, I was not able to create application installer as for Windows.
Mac users should for now follow the Linux guide to install Ivolution.</p>
<p>An installer may be provided in the future.
You can also try to create it by yourself, using py2app (and in this case, let me know !)</p></div>
</div>
<footer>
<p> Powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>, theme based on <a href="http://twitter.github.com/bootstrap/">Bootstrap, from Twitter</a>.</p>
<p>&copy; Julien Lengrand-Lambert 2011</p>
</footer>
</div>
</div>
</body>
</html>