-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.html
68 lines (55 loc) · 1.71 KB
/
install.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CS-Cart Installation Instructions</title>
<style type="text/css">
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
}
p {
line-height: 18px;
}
blockquote {
padding: 10px 0 10px 15px;
margin: 10px 0 20px;
border-left: 5px solid #eeeeee;
}
.content {
width: 1010px;
margin: 0 auto;
}
ol li {
margin-bottom: 8px;
}
ol {
margin-left: 0px;
padding-left: 21px;
}
hr {
color: #a6a6a6;
background-color: #a6a6a6;
height: 1px;
margin: 25px 0px;
border: 0;
}
</style>
</head>
<body>
<div class="content">
<h1>CS-Cart Installation Instructions</h1>
<hr>
<p>
There are several ways to install CS-Cart, all of them are available on <a href="http://docs.cs-cart.com/4.15.x/install/index.html">docs.cs-cart.com</a>.
Some of the instructions are intended for experienced server administrators. Choose an installation method based on your technical knowledge and server environment.
</p>
<hr>
<p>
If you have improving proposals or notice errors, please report them to customer care <a href="https://helpdesk.cs-cart.com/index.php?dispatch=auth.login_form">https://helpdesk.cs-cart.com</a>
</p>
<p>© 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev.</p>
<p>Thank you for choosing CS-Cart.</p>
</div>
</body>
</html>