<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
David Guest wrote:
<blockquote cite="mid000001c6331d$f7c63cb0$6c00a8c0@M1400VA" type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=us-ascii">
<div>
<p> <span>Is there a simple clear cut explanation of what has to be
done, step by step, to install Instiki AR on a Windows XP computer, by
a
newbie? </span> </p>
<p> <span> </span> </p>
<p> <span>Thanks! </span> </p>
</div>
</blockquote>
Hi David, these is tested with MySql on Win32<br>
1. unzip <a
href="http://rubyforge.org/frs/download.php/6258/instiki-ar-beta1.zip">instiki-ar-beta1.zip</a><br>
2. create database, for example instiki (with phpmyadmin or similiar
tool)<br>
3. create database.yml in config folder and set up database options
(see database.default.yml to see how to setup)<br>
4. run: ruby script/create_db (in folder where you unnzipped
instiki-ar, this would create tables in database)<br>
5. run: ruby instiki (these starts webrick webserver)<br>
6. open <a class="moz-txt-link-freetext" href="http://localhost:2500">http://localhost:2500</a> (you can see the port where WEBrick is in
command prompt)<br>
<br>
hope that helps you.<br>
Bojan Mihelac<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Bojan Mihelač
Informatika Mihelac, Bojan Mihelač s.p. | <a class="moz-txt-link-abbreviated" href="http://www.informatikamihelac.com">www.informatikamihelac.com</a>
T: +386(0)1 428 93 43 | M: +386(0)40 306 813 | E: <a class="moz-txt-link-abbreviated" href="mailto:bmihelac@mihelac.org">bmihelac@mihelac.org</a>
-> tools, scripts, tricks from our code lab: <a class="moz-txt-link-freetext" href="http://source.mihelac.org">http://source.mihelac.org</a>
-> čitajte časopis za internet kulturu i poslovanje: <a class="moz-txt-link-abbreviated" href="http://www.enter-net.biz">www.enter-net.biz</a></pre>
<br>
</body>
</html>