Файл: severus/Documentation/index.html
Строк: 259
<?php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Severus Server Monitor</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="assets/blueprint-css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/blueprint-css/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="assets/blueprint-css/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="assets/blueprint-css/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
<style type="text/css" media="screen">
p, table, hr, .box { margin-bottom:25px; }
.box p { margin-bottom:10px; }
</style>
</head>
<body>
<div class="container">
<h3 class="center alt">Severus Server Monitor Documentation by Coderior v1</h3>
<hr>
<div class="main_image"><img src="assets/images/thumb.jpg" alt="Severuse Server Monitor" /></div>
<hr>
<div class="">
<div class="span-6 colborder info prepend-1">
<p class="prepend-top">
<strong>Created:</strong> 10th March 2014<br>
<strong>By:</strong> Coderior<br>
<strong>Email:</strong> <a href="mailto:admin@coderior.com">admin@coderior.com</a>
</p>
</div><!-- end div .span-6 -->
<div class="span-12 last">
<p class="prepend-top append-0">Thank you for purchasing Severus. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form <a href="http://themeforest.net/user/coderior">here</a>. Thanks so much!</p>
</div>
</div><!-- end div .borderTop -->
<hr>
<h2 id="toc" class="alt">Table of Contents</h2>
<ol class="alpha">
<li><a href="#about">About Severus</a></li>
<li><a href="#install">Installation Instructions</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#credits">Sources and Credits</a></li>
</ol>
<hr>
<h3 id="about"><strong>A) About Severus</strong> - <a href="#toc">top</a></h3>
<p>Severus is a standalone application built upon the codeigniter MVC framework, that allows you to monitor the status of all your servers from a single, easy to use interface</p>
<p>We have tried to make it intuitive and easy to use and a lot of the complicated stuff happens in the backend without any input from the user.</p>
<p><strong>Who is it for?</strong> It is intended for administrators of dedicated servers and VPSs, but as long as your installation can run "exec" and can view "/proc" you should be fine</p>
<p><strong>Where can I use it?</strong> It should work on any linux distro, and there is also support for Windows, however, that should be considered experimental</p>
<hr>
<h3 id="install"><strong>B) Installation Instructions</strong> - <a href="#toc">top</a></h3>
<p><a href="https://www.youtube.com/watch?v=xg9KuK303Xk">You can see a quick video showing the application being uploaded and setting the general options here</a> or go to the usage section to see an embedded version.</p>
<ol>
<li>Unzip and upload files to server</li>
<li>Go to http://yourservername.com/folder-installed-into-if-any/install/</li>
<li>Fill in the database and admin settings</li>
<li>Done </li>
</ol>
<p>In general you can either put the files in the root or upload the whole folder, the folder can even be installed into a subfolder, it's completely up to you</p>
<hr>
<h3 id="install"><strong>C) Requirements</strong> - <a href="#toc">top</a></h3>
<p>We have tried to keep requirements to a minimum, the urls don't use any url rewriting, this should ensure it will work on any HTTPD(apache, nginx, lighttpd etc) without any extra configuration</p>
<ul>
<li>PHP 5+</li>
<li>MySQL</li>
<li>Any HTTP daemon (nginx/apache/lighttpd, it should even run fine from PHP 5.4's built in daemon, though that is not recommended)</li>
</ul>
<p>Additional: PHP will need to be able to use "exec" and for linux servers should have permissions to read files in "/proc" in order to get the cpu information and memory usage</p>
<hr>
<h3 id="install"><strong>D) Usage</strong> - <a href="#toc">top</a></h3>
<p>The application should be fairly intuitive, but we will go over the basics in the video below</p>
<iframe style="margin-bottom: 30px;" width="640" height="360" src="http://www.youtube.com/embed/xg9KuK303Xk" frameborder="0" allowfullscreen></iframe>
<ul>
<li>0:00 - Upload the script</li>
<li>0:41 - Go to the install directory </li>
<li>1:16 - Login </li>
<li>1:27 - First time install</li>
<li>1:31 - Add new server </li>
<li>2:19 - Configure server </li>
<li>2:47 - Configure services for server </li>
<li>3:02 - Add more servers </li>
<li>5:25 - Set automatic server checks </li>
<li>6:07 - Logout to show without public page being enabled you get just the login screen</li>
<li>6:18 - Enable public page</li>
<li>6:43 - View public page</li>
<li>7:07 - Add new user</li>
</ul>
<p>Additional: PHP will need to be able to use "exec" and for linux servers should have permissions to read files in "/proc" in order to get the cpu information and memory usage</p>
<hr>
<h3 id="credits"><strong>E) Sources and Credits</strong> - <a href="#toc">top</a></h3>
<p>I've used the following images, icons or other files as listed.
<ul>
<li>Backend is built on the <a href="http://ellislab.com/codeigniter">codeigniter MVC framework</a></li>
<li>Frontend is built on top of the <a href="http://html5boilerplate.com/">HTML5 Boilerplate template</a></li>
<li>Icons used throughout are from <a href="http://icomoon.io/">icomoon</a></li>
</ul>
<hr>
<p>Once again, thank you so much for purchasing Severus. As I said at the beginning, I'd be glad to help you if you have any questions relating to this application. No guarantees, but I'll do my best to assist.</p>
<p class="append-bottom alt large"><strong>Coderior</strong></p>
<p><a href="#toc">Go To Table of Contents</a></p>
<hr class="space">
</div><!-- end div .container -->
</body>
</html>
?>