forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.txt
44 lines (30 loc) · 1.24 KB
/
install.txt
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
/////////////////////////////////
/// OpenCart V1.5.x ///
/// Install Instructions ///
/// http://www.opencart.com ///
/////////////////////////////////
NOTE: THIS IS FOR NEW INSTALL ONLY!
IF UPGRADING YOUR EXISTING CART, BE SURE TO READ THE UPGRADE.TXT FILE INSTEAD
-------
INSTALL
-------
1. Upload all the files and folders to your server from the "Upload" folder.
This can be to anywhere of your choice.
e.g. /public_html/store or /public_html
2. If you have a Linux/Unix make sure the following folders and files are writable.
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/data/
chmod 0755 or 0777 system/cache/
chmod 0755 or 0777 system/logs/
chmod 0755 or 0777 download/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
3. Make sure you have installed a MySQL Database which has a user assigned to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
4. Visit the store homepage
e.g. http://www.example.com or http://www.example.com/store/
5. Follow the onscreen instructions.
6. Delete the install directory after install is complete.
For any support issues please visit: http://www.opencart.com
EOF