107 lines
4.1 KiB
HTML
107 lines
4.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>CryptoBox</title>
|
|
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
|
|
<meta content="" name="keywords" />
|
|
<meta name="description" content="a secure fileserver, live-CD, web front-end" />
|
|
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
|
|
<div class="header"><!-- just the logo --></div>
|
|
|
|
<div class="navbar">
|
|
<p><a href="index.html">Home</a>
|
|
<a href="download.html">Download</a>
|
|
<a href="screenshots.html">Screenshots</a>
|
|
<a href="demo.html">Demo</a>
|
|
<a href="project.html">Project</a> </p>
|
|
</div>
|
|
<br />
|
|
|
|
<div class="left">
|
|
<div class="leftcontent">
|
|
<h2>Hint</h2>
|
|
<p>Fetch the latest <a href="http://codecoop.org/frs/?group_id=60">CryptoBox-server
|
|
.deb package</a> while it's hot!</p>
|
|
</div>
|
|
<div class="leftcontent">
|
|
<h2>It's tested</h2>
|
|
<p>The package installs fine on:<br /></p>
|
|
<p>Debian/sid <br />
|
|
Ubuntu/edgy_eft</p>
|
|
</div>
|
|
<div class="leftcontent">
|
|
<h2>Live-CD 0.3</h2>
|
|
<p>Sorry, v0.3.x is not available as live-CD yet. It is
|
|
going to be released in february 02007.</p>
|
|
</div>
|
|
<div class="leftcontent">
|
|
<p> </p>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<h2>Debian, Ubuntu (CryptoBox-server)</h2>
|
|
<p>Install the <i>cryptobox-server</i> package to integrate the
|
|
features of the CryptoBox into your running server/desktop
|
|
without downloading the whole CD.</p>
|
|
<p>First add the following line to your <i>/etc/apt/sources.list:</i><br />
|
|
<tt>deb http://systemausfall.org/toolforge/debian unstable main</tt></p>
|
|
<p>Then run:<br/>
|
|
<tt>apt-get install cryptobox-server</tt></p>
|
|
<br />
|
|
<p>If you're an official maintainer, you might help us to integrate the
|
|
package into Debian upstream!</p>
|
|
</div>
|
|
<div class="content">
|
|
<h2>CryptoBox-server in Debian-based Linux Distributions</h2>
|
|
<p>The package can also be installed in other Debian based
|
|
distributions: your mileage may vary.</p>
|
|
<p>Download the <a href="http://codecoop.org/frs/?group_id=60">
|
|
latest cryptobox-server.deb</a> to oyur system and install it with
|
|
the following command:<br />
|
|
<tt>dpkg -i cryptobox-server_0.3.1-1_i386.deb</tt>
|
|
(Replace the filename with the one you downloaded.)</p>
|
|
<p>A modern actual system should meet most of the dependencies, but
|
|
you probably have to install some missing packages.</p>
|
|
</div>
|
|
<div class="content">
|
|
<h2>Go with the sources</h2>
|
|
<p>Download the source package of the latest release from <a href="http://codecoop.org/frs/?group_id=60&release_id=60">CodeCoop</a>.
|
|
<p>You can also use the <a href="http://devel.cryptobox.org/browser/trunk">read-only webinterface</a> of trac
|
|
for browsing through the Subversion repository. Full Subversion access is possible via commandline tools or your
|
|
favourite GUI.</p>
|
|
<p>e.g.: create your local working copy with the following command:<br>
|
|
<tt>svn checkout https://svn.systemausfall.org/svn/cryptobox</tt></p>
|
|
<br />
|
|
<p>Read the <a href="http://en.wikipedia.org/wiki/Subversion" title="Wikipedia: Subversion">wikipedia entry</a> for a short description of Subversion.</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<p> </p>
|
|
</div>
|
|
<div class="content">
|
|
<h2>Get the live-CD</h2>
|
|
<p>Get the newest live-CD by following <a
|
|
href="http://codecoop.org/frs/?group_id=60&release_id=33">this link</a>.
|
|
<p>We'd like to thank <a href="http://codecoop.org">codecoop.org</a> for
|
|
providing bandwidth.</p>
|
|
<p>You could buy a Live-CD at <a href="http://www.opensoft.nl/cdshop/product_info.php/manufacturers_id/28/products_id/71">OpenSoft.nl</a> for 5.95 european bugs. Note: this is an unpaid advertisement link. So if you ask us kindly, we might send you a CD for a better price. ;)
|
|
</p>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<!-- TODO: add real link! -->
|
|
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|