forked from orangehrm/orangehrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orangehrm-quick-start-guide.html
111 lines (96 loc) · 2.61 KB
/
orangehrm-quick-start-guide.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<title>OrangeHRM Quick Start Guide</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
a {
color: #009900;
text-decoration: underline;
}
#logo {
text-align: center;
height: 8rem;
margin: 0 auto;
background: url(logo.png) no-repeat;
background-size: contain;
background-position: center;
}
h1 {
text-align: center;
font-size: 24px;
}
h2 {
text-align: left;
font-size: 16px;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 5px 10%;
}
li {
padding-bottom: 5px;
padding-top: 5px;
}
#content {
margin-left: 50px;
margin-right: 50px;
}
.version {
text-decoration: none;
}
.play-store-img {
height: 54px;
margin-bottom: -20px;
}
.app-store-img {
height: 41px;
padding: 9px;
margin-bottom: -24px;
}
</style>
</head>
<body>
<div id="logo"></div>
<h1>Welcome to OrangeHRM Quick Start Guide!</h1>
<p>
Below you can find links to our web site where installation prerequisites
and installation process are explained. Make sure you are connected to the
Internet to follow these links. If you find any problem, feel free to post
it at our
<a href="http://www.orangehrm.com/forum/" target="_blank">forum</a>.
</p>
<h2>Prerequisites for installing OrangeHRM <ins class="version"></ins></h2>
<ul>
<li>
<a
href="https://starterhelp.orangehrm.com/hc/en-us/articles/6187572000540-Prerequisites-for-installing-OrangeHRM-Starter-in-Linux"
target="_blank"
>
Prerequisites for installing in Linux
</a>
</li>
<li>
<a
href="https://starterhelp.orangehrm.com/hc/en-us/articles/6187576427804-Prerequisites-for-installing-OrangeHRM-Starter-in-Windows"
target="_blank"
>
Prerequisites for installing in Windows
</a>
</li>
</ul>
<h2>Installing OrangeHRM <ins class="version"></ins></h2>
<ul>
<li>
<a
href="https://starterhelp.orangehrm.com/hc/en-us/articles/5295915003666-OrangeHRM-Starter-Installation-Guide"
target="_blank"
>
Installing OrangeHRM using web installer
</a>
</li>
</ul>
</body>
</html>