forked from seopanel/Seo-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALLATION
121 lines (69 loc) · 4.41 KB
/
INSTALLATION
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
*******************************************
Seo Control Panel - Seo Panel
*******************************************
------------------------------------------
Installation: Simple 5 minute installation
------------------------------------------
Simply use Softaculous / Installatron / Webuzo / AMPPS to install SEO Panel or Follow the below steps
1. Download and Unzip the package
2. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
3. Change the permissions on "config/sp-config.php" to be writable by all (666 or -rw-rw-rw- within your FTP Client)
4. Change the permissions on the "tmp" directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
5. Using your web browser visit the location you placed Seo Panel with the addition of "install/index.php" or
pointing directly to "install/", e.g. http://www.yourdomain.com/seopanel/install/
6. Follow the steps and fill out all the requested information.
7. Change the permissions on "config/sp-config.php" to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
8. Please use following login details to access Admin Interface.
Admin Section:
Username: spadmin
Password: spadmin
9. Go to Admin Panel => System Settings => MOZ Settings
Add moz api key using the link shown in the page
Note:
a) Please change password of administrator by visiting 'Profile' link on right top of the seo panel to prevent from security threats.
b) Remove "install" directory of seo panel
--------------------------------------------
Steps to Upgrade Seo Panel to Latest Version
--------------------------------------------
Note: Before upgrade please take the backup of your current seo panel database and code
Simply use Softaculous / Installatron / Webuzo / AMPPS to upgrade SEO Panel or Follow the below steps
1. Change the current seo panel directory name or move it to another place, e.g seopanel to seopanel_bak
2. Download and Unzip the new version
3. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
4. Copy the contents of sample config file "config/sp-config-sample.php" to "config/sp-config.php"
or remove "config/sp-config.php" and rename "config/sp-config-sample.php" to "config/sp-config.php"
5. Open up "config/sp-config.php" with a text editor like Notepad or similar editor.
Then modify the following sections with your server and database settings of previous version of seo panel.
# The web path or url to access seo panel through browser.
define('SP_WEBPATH', 'http://localhost/seopanel');
# DB settings - You can get this info from your web hosting provider.
# The name of the database for seo panel
define('DB_NAME', 'seopanel');
# DB database username
define('DB_USER', 'root');
# DB database password
define('DB_PASSWORD', '');
# DB hostname
define('DB_HOST', 'localhost');
6. Save the contents of file "config/sp-config.php".
7. Change the permissions on the tmp directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
8. Using your web browser visit the location you placed Seo Panel with the addition of "install/upgrade.php",
e.g. http://www.yourdomain.com/seopanel/install/upgrade.php
9. Follow the steps and fill out all the requested information.
10. Go to Admin Panel => System Settings => MOZ Settings
Add moz api key using the link shown in the page
Note:
a. Remove install directory of seo panel
b. Copy all plugins from "plugins" folder of old seo panel folder to "plugins" folder of new Seo Panel.
Installation Reference Link: http://www.seopanel.in/install/
If you have any issues while installation, Please use following resources to fix it or contact seo panel team.
---------------------------
Online Seo Panel Resources:
---------------------------
a) Seo Panel Help Guide: http://help.seopanel.in/
b) Seo Panel Forum: http://forum.seopanel.in/
b) Seo Panel Support: http://www.seopanel.in/support/
d) Seo Panel Contact: http://www.seopanel.in/contact/
-------------------------------------------
Developed By Geo Varghese (www.seopanel.in)
-------------------------------------------