<?xml version="1.0" encoding="utf-8"?>
<!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:GB">
<meta name="developer" content="Stuart Connolly" />
<style type="text/css" media="screen">
<!--
* {
margin: 0;
padding: 0;
}
html, body {
background-color: #EEEEEE;
color: #666666;
text-align: center
}
body {
text-align: left;
font-family: Verdana, Arial, Helvetica, Sans-serif;
line-height: 1.6em;
font-size: 11px;
width: 500px;
margin: 0 auto;
background-color: #EEEEEE;
}
a {
outline: none;
}
a:link {
color: #40659B;
text-decoration: none;
border-bottom: 1px dotted #bbb;
}
a:visited {
color: #8EA4C2;
text-decoration: none;
border-bottom: 1px dotted #bbb;
}
a:hover, a:active {
color: #036;
border-bottom-style: solid;
}
#container {
margin: 15px;
padding: 20px;
border: 1px solid #D4D4D4;
background-color: #FFFFFF;
}
h1, h2 {
margin: 0;
padding: 0;
font-weight: bold;
text-transform: uppercase;
font-family: "Trebuchet Ms", Arial, Verdana, Helvetica, Sans-serif;
}
h1 {
color: #40659B;
font-size: 16px;
border-bottom: 1px dotted #7D9DB1;
}
h1 span {
color: #666666;
font-size: 10px;
}
h2 {
color: #666666;
font-size: 14px;
padding-top: 8px;
border-bottom: 1px dotted #ddd;
}
code, pre {
font-family: Courier, "Courier New", Monospace;
font-size: 12px;
}
p, ul {
margin: 1em 0;
}
#note {
font-style: italic;
text-align: right;
}
ul, ol {
margin-left: 35px;
}
-->
<p>Serve started out as a learning experience and unfortunately is no longer being actively developed as much as I would like it to be. Serve should by no means be considered feature complete.
</p>
<p>Any help regarding the further development of Serve would be greatly appreciated.
</p>
<p id="note">—
<a href="http://stuconnolly.com/">Stuart Connolly
</a></p>
<p>To install Serve follow these steps:
</p>
<li>Unzip the downloaded file to an empty directory.
</li>
<li>Open
<code>serve-includes/serve-config.php
</code> in a text editor and fill in your database connection details.
</li>
<li>Upload everything to your server.
</li>
<li>Open
<code>serve-admin/serve-install.php
</code> in your web browser to start the install script.
</li>
<li>Follow the install script steps
<strong>very
</strong> carefully, especially remembering your username and password.
</li>
<li>Once the install script has completed it should direct you to the login page,
<code>serve-login.php
</code> where you can login with your username and password.
</li>
<li>You have now successfully installed Serve.
</li>
<h2>System Requirements
</h2>
<p>In order to run Serve your host needs to have:
</p>
<p><a href="http://httpd.apache.org">Apache
</a> is the recommended server for running Serve, but any server that supports PHP and MySQL is sufficient.
</p>
<p>Feedback regarding any aspect of Serve is greatly appreciated. You can help make Serve better by providing suggestions, ideas and comments or if you find a bug (and you will, believe me) please contact me on the following email address:
</p>
<p><a href="mailto:stuart02@gmail.com">stuart02@gmail.com
</a></p>
<p>Serve is released under the GNU General Public License (see
<a href="license.rtf">license.rtf
</a>).
</p>