<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../assets/shared/css/reset.css" />
<link rel="stylesheet" type="text/css" href="../assets/shared/css/ie.css" />
<link rel="stylesheet" type="text/css" href="../assets/shared/css/typography.css" />
<link rel="stylesheet" type="text/css" href="../assets/public/css/layout.css" />
<link rel="stylesheet" type="text/css" href="../assets/shared/css/forms.css" />
<title>Installation</title>
</head>
<body>
<div id="wrapper">
<a name="top"></a>
<div id="header">
<h1>BackendPro Installation Process</h1>
</div>
<div id="content">
<a name="top"></a>
<p>Lets get started, all we are going to do here is setup some basic details to get
your system up and running.</p>
<form action="install.php" method="POST" class="horizontal">
<h3>Database</h3>
<p>First lets get some information about your database you are going to use.
Please make sure the user you specify has the ability to create new tables,
and insert data.</p>
<fieldset>
<ol>
<li>
<label for="database_host">Database Host</label>
<input type="text" name="database_host" class="text" value="localhost" />
</li>
<li>
<label for="database_name">Database Name</label>
<input type="text" name="database_name" class="text" />
</li>
<li>
<label for="database_user">Database User</label>
<input type="text" name="database_user" class="text" value="root" />
</li>
<li>
<label for="database_password">Database Password</label>
<input type="text" name="database_password" class="text" />
</li>
</ol>
</fieldset>
<br>
<h3>User Account</h3>
<p>Now lets get you setup with some login details, please remember your email address is
used when logging in to the system.</p>
<fieldset>
<ol>
<li>
<label for="username">Username</label>
<input type="text" name="username" class="text" value="Administrator" />
</li>
<li>
<label for="email">Email</label>
<input type="text" name="email" class="text" />
</li>
<li>
<label for="password">Password</label>
<input type="text" name="password" class="text" />
</li>
</ol>
</fieldset>
<br>
<h3>ReCAPTCHA</h3>
<p>Now BackendPro can use ReCAPTCHA to verify someone isn't a bot, but for this we need both
your public and private keys. If you don't have a public/private key please go <a href="https://admin.recaptcha.net/accounts/signup/?next=%2Frecaptcha%2Fcreatesite%2F">here</a>
to get one.</p>
<fieldset>
<ol>
<li>
<label for="public_key">Public Key</label>
<input type="text" name="public_key" class="text" />
</li>
<li>
<label for="private_key">Private Key</label>
<input type="text" name="private_key" class="text" />
</li>
</ol>
</fieldset>
<fieldset>
<ol>
<li class="submit">
<input type="submit" name="submit" value="Setup my BackendPro System" />
</li>
</ol>
</fieldset>
</form>
</div>
<div id="footer">
<a href="#top">Top</a><br />
This site is powered by BackendPro 0.2<br />
© Copyright 2008 - Adam Price - All rights Reserved
</div>
</div>
</body>
</html>