-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathum_overview.html
52 lines (44 loc) · 2.73 KB
/
um_overview.html
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
52
<!DOCTYPE html>
<html>
<head>
<title>skarphed - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
<link href="static/mainsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="body_overlay" >
<header>
<div id="headercontent">
<a class="bclink" href="http://skarphed.org">
<img src="static/logo_32.png" alt="skarphed" style="float:left; margin-right: 10px;"></a>
<a class="bclink" href="index.html">Documentation
</a>
<a class="bclink" href="user_man.html">
→ Users Manual
</a>
<a class="bclink" href="um_overview.html">
→ Overview (Getting started)
</a>
</div>
</header>
<div id="space_content">
<span class="headerlink_nohover"><h2> Overview (getting started) </h2></span>
<p>
<img src="static/saiko_gs.png" alt="" style="float:right;">
This section will teach you what components a working skarphed environment consists of and how to set it up.
</p>
<h3> Components </h3>
<p>
A basic skarphed installation consists of a Firebird-Database that will be used to store the persistent data of your skarphed-managed websites or webapplications, a <em>skarphed-repo</em> which is a repository that provides you with modular extensions (modules) and website-designs (templates) and finally the <em>skarphed-core</em> itself, which is the application that runs on the server and answers your audience's HTTP-request.<br>
Here is a graphic of what we want to create in this section:<br>
<img src="static/skarphed_basic_setup.png" alt="Basic skarphed setup graphic"><br>
In each of the following pages we are going to discuss one of these components.
</p>
</div>
<footer id="space_footer"></p><a href="../imprint.html">Imprint / Impressum</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>