-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.htm
executable file
·38 lines (29 loc) · 1.24 KB
/
install.htm
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xml:lang="en">
<head>
<link id="theme" rel="stylesheet" type="text/css" href="kodify/themes/cheery.css" />
<link id="theme" rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="kodify/js/lx_analyzer.js"></script>
<script type="text/javascript" src="kodify/js/kodify.js"></script>
<script type="text/javascript" src="kodify/js/lang/js.js"></script>
<script type="text/javascript" src="kodify/js/lang/php.js"></script>
<script type="text/javascript" src="kodify/js/lang/html.js"></script>
<script type="text/javascript" src="kodify/js/lang/css.js"></script>
</head>
<body>
Instructions:
<ol>
<li>Unzip the module to where Magento is installed.</li>
<li>Run <b class="path">./vf-install.php</b> in your browser. Press GO to have the database created.</li>
</ol>
Precautions:
<ul>
<li>DISABLE your Magento cache/compilation before installing any new modules.</li>
<li>BACKUP your store before installing any module</li>
</ul>
</body>
</html>