The Wakaba and Kareha support thread (1000)

995 Name: Kizu : 2007-10-10 11:25 ID:fx+LBL8r [Del]

Since there's almost one thousand posts in here, HOW do I configure the options in config.pl when there are NONE IN IT? \o.o/ All it contains is below:

print <<END
Content-Type: text/html

<html>
<head><title>Unconfigured board</title></head>
<body>

<h1>This board has not been configured yet.</h1>
<h3>Things you need to do to get the board running:</h3>

<ul>
<li>Choose what kind of board this should be, and copy the files out of the corresponding
<code>mode_*</code> directory into the board directory.</li>
<li>Edit <code>config.pl</code> to suit your needs - remember to uncomment the lines
you change.</li>
<li>Access <code>kareha.pl</code> again (or just reload this page).</li>
</ul>
</body>

</html>
END
;
exit 0;

1;

This thread has been closed. You cannot post in this thread any longer.