update of website
This commit is contained in:
parent
b99abdaaf7
commit
8fde119045
24 changed files with 591 additions and 361 deletions
36
content/download/center
Normal file
36
content/download/center
Normal file
|
@ -0,0 +1,36 @@
|
|||
<div class="content">
|
||||
<h2>Debian, Ubuntu (cryptobox-server)</h2>
|
||||
<p>With the cryptobox-server package you recieve the newest
|
||||
version without downloading the hole CD.</p>
|
||||
<p>First add the following to your "/etc/apt/sources.list"<br />
|
||||
"deb http://systemausfall.org/toolforge/debian unstable main"</p>
|
||||
<p>Then run: <i>apt-get install cryptobox-server</p></i>
|
||||
<br />
|
||||
<p>This package may also be installable in other Debian based
|
||||
distributions, maybe not without some dependency trouble.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Go with the sources</h2>
|
||||
<p>Use svn for access the latest source code of the CryptoBox. Trac provides a read-only webinterface for the svn repository.</p>
|
||||
<p>Full svn access is possible via commandline or your favorite
|
||||
tool. For commandline the following command creates a dir
|
||||
"cryptobox" and downloads the latest code. To stay bleeding edge,
|
||||
just repeat the second command everytime before you start browsing
|
||||
the code (once a day should be enough).</p>
|
||||
<ol>
|
||||
<li>svn checkout https://svn.systemausfall.org/svn/ cryptobox</li>
|
||||
<li>svn up</li>
|
||||
</ol>
|
||||
</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">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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue