-
Notifications
You must be signed in to change notification settings - Fork 19
/
installation-help.html
executable file
·121 lines (120 loc) · 5.38 KB
/
installation-help.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
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<title>FlinkISO : How to install</title>
<style>
body{
font-family: sans-serif, arial;
font-size: 14px;
line-height: 19px;
padding: 4%;
width: 92%;
}
a{color:#428BCA}
</style>
</head>
<body>
<div>
<div id="system">
<h1>How to Install</h1>
<p><hr /></p>
<div class="content clearfix">
<h2>Requirements: </h2>
<p>
Basic knowledge of server administration (IIS/Apache) & php.
</p>
<p><hr /></p>
<h2>Server Requirements:</h2>
<p>
<strong>We prefer XAMPP (<a target="_blank" href="http://www.apachefriends.org/index.html">http://www.apachefriends.org/index.html</a>)</strong>
</p>
<ol>
<li>Apache server with MySQL</li>
<ol>
<li>If you have apache server make user you have</li>
<ol>
<li>PHP installed and working</li>
<li>mod_rewrite is ON</li>
</ol>
<li>IIS server with MySQL</li>
<ol>
<li>IIS6+<br><br></li>
<li>To install PHP on IIS visit : <a target="_blank" href="http://php.iis.net/">http://php.iis.net/</a><br><br></li>
<li>mod_rewrite : To enable mod_rewrite on IIS visit : <br>
<a target="_blank" href="http://www.iis.net/learn/extensions/url-rewrite-module/importing-apache-modrewrite-rules">http://www.iis.net/learn/extensions/url-rewrite-module/importing-apache-modrewrite-rules</a><br><br></li>
<li>MySQL : To install MySQL on windows, visit : <br>
<a target="_blank" href="http://dev.mysql.com/downloads/windows/">http://dev.mysql.com/downloads/windows/</a><br><br></li>
</ol>
<li>XAMPP on windows: If you do not have any of the following, you can download XAMPP for either windows or mac or Linux and install. To download XAMPP visit:<br>
<a target="_blank" href="http://www.apachefriends.org/download.html">http://www.apachefriends.org/download.html</a> . XAMPP will install all the required tools on your machine or server.<br></li>
</ol>
</ol>
<p><hr /></p>
<h2>Installation:</h2>
<ol>
<li>Download & copy "FlinkISO_0.0.1.tar.gz" into your server's root folder.</li>
<li>Open (unzip) the file.</li>
<li>Name your folder e.g "flinkiso"</li>
<li>Make sure that "flinkiso" folder has write permissions (recursive).</li>
<li>Open your favorite browser and enter the following in the address bar: http://localhost/flinkiso/</li>
<li>Installer will begin installing the application.</li>
<li>During the installation, the installer will ask for information related to the database.</li>
<li>Enter your database connection information, e.g:</li>
<ol>
<li>Host: localhost</li>
<li>Database name: FlinkISO or any name you choose to have</li>
<li>User: root</li>
<li>Prefix: flink_</li>
<li>Password: Your password</li>
</ol>
<li>Click Submit.</li>
<li>On submit, the installer will install and create required files / folders & database.</li>
<li>After successful installation, system will redirect you to register your copy of FlinkISO. Register your copy and start using FlinkISO for free.</li>
</ol>
<!--
<p><hr /></p>
<h2>Sample Data</h2>
<p>You can install the sample data which is already embedded to kickstart & understand the over all functioning of the software. You can delete these records </p>
-->
<p><hr /></p>
<h2>Product License Key</h2>
<p>When you download FlinkISO from official website (<a href="wwww.flinkiso.com">www.flinkiso.com</a>) you will receive an email along with your License Key.</p>
<p>Enter your license key from the email and FlinkISO will automatically add your required details to the form and you will be prompted to the next step.</p>
<p>After successful registration, you can access FlinkISO official forum, help & support</p>
<p>Do not share this key with anyone.</p>
<p><hr /></p><h2>SMTP Details:</h2>
<p>Emails a important part of any application to sent various reminders, notifications etc. <br/> FlinkISO requires active email to send following information to users.</p>
<ol>
<li>Employee Appraisals</li>
<li>MR meetings information</li>
<li>Various other notifications</li>
<li>Emailing reports</li>
</ol>
<p>FlinkISO would need these details to enable email feature. Note, any information added here will not be shared or accesses by any third party.</p>
<ol>
<li>SMTP Host: e.g. smtp.google.com</li>
<li>Port: 25</li>
<li>Email: your@email.com (email you would like to use to communicate with users)</li>
<li>Password: Your password</li>
</ol>
<p>You will be prompted with alerts after your email is successfully set up. You will be then redirected to login page.</p>
<p>Login with your email & password.</p>
</div>
</article>
</div>
</section>
<div class="wrapper">
<p><hr /></p>
<footer class="grid-block" id="footer">
<div>
<div class="module deepest">
<p>
© 2013 <a href="http://www.techmentis.biz">Techmentis Global Services Pvt Ltd</a>
</p>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>