This repository was archived by the owner on Jan 21, 2025. It is now read-only.
forked from fuel/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.html
More file actions
51 lines (46 loc) · 1.28 KB
/
requirements.html
File metadata and controls
51 lines (46 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Requirements - Fuel Documentation</title>
<link href="assets/css/main.css" media="screen" rel="stylesheet" />
<script type="text/javascript" src="assets/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="assets/js/nav.js"></script>
<script type="text/javascript">
$(function() {
show_nav('basic');
});
</script>
</head>
<body>
<header>
<h1>Fuel Documentation</h1>
</header>
<div id="main-nav"></div>
<section id="content">
<h2>Requirements</h2>
<h5>Web Server</h5>
<ul>
<li>Any web server. Fuel has been tested on Apache, IIS and Nginx.</li>
<li>Works on all major operating systems including *nix and Windows.</li>
</ul>
<h5>PHP Version</h5>
<ul>
<li>Version 5.3 or greater is required.</li>
</ul>
<h2>Recommended</h2>
<ul>
<li>Web Server - Apache running on *nix.</li>
<li>PHP Version - 5.3.2</li>
<li>mod_rewrite - To remove the index.php from the URL.</li>
<li><a href="http://www.phpunit.de/manual/current/en/index.html">PHPUnit</a> - 3.5.12</li>
</ul>
</section>
<section id="footer">
<p>
<a href="http://fuelphp.com">Fuel</a> is released under the MIT license.<br />
© 2010 - 2011 Fuel Development Team
</p>
</section>
</body>
</html>