Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
*******************************************
2
Seo Control Panel - Seo Panel
3
*******************************************
4
 
5
------------------------------------------
6
Installation: Simple 5 minute installation
7
------------------------------------------
8
 
9
 Simply use Softaculous / Installatron / Webuzo / AMPPS to install SEO Panel or Follow the below steps
10
 
11
	1. Download and Unzip the package
12
 
13
   	2. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
14
 
15
	3. Change the permissions on "config/sp-config.php" to be writable by all (666 or -rw-rw-rw- within your FTP Client)
16
 
17
	4. Change the permissions on the "tmp" directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
18
 
19
	5. Using your web browser visit the location you placed Seo Panel with the addition of "install/index.php" or
20
	   pointing directly to "install/", e.g. http://www.yourdomain.com/seopanel/install/
21
 
22
	6. Follow the steps and fill out all the requested information.
23
 
24
	7. Change the permissions on "config/sp-config.php" to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
25
 
26
   	8. Please use following login details to access Admin Interface.
27
 
28
   		Admin Section:
29
 
30
   			Username: spadmin
31
   			Password: spadmin
32
 
33
   	9. Go to Admin Panel => System Settings => MOZ Settings
34
 
35
   	   Add moz api key using the link shown in the page
36
 
37
   	Note:
38
   		a) Please change password of administrator by visiting 'Profile' link on right top of the seo panel to prevent from security threats.
39
 
40
   		b) Remove "install" directory of seo panel
41
 
42
 
43
 
44
--------------------------------------------
45
Steps to Upgrade Seo Panel to Latest Version
46
--------------------------------------------
47
 
48
	Note: Before upgrade please take the backup of your current seo panel database and code
49
 
50
	Simply use Softaculous / Installatron / Webuzo / AMPPS to upgrade SEO Panel or Follow the below steps
51
 
52
	1. Change the current seo panel directory name or move it to another place, e.g seopanel to seopanel_bak
53
 
54
	2. Download and Unzip the new version
55
 
56
   	3. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
57
 
58
	4. Copy the contents of sample config file "config/sp-config-sample.php" to "config/sp-config.php"
59
	   or remove "config/sp-config.php" and rename "config/sp-config-sample.php" to "config/sp-config.php"
60
 
61
   	5. Open up "config/sp-config.php" with a text editor like Notepad or similar editor.
62
 
63
       Then modify the following sections with your server and database settings of previous version of seo panel.
64
 
65
		# The web path or url to access seo panel through browser.
66
		define('SP_WEBPATH', 'http://localhost/seopanel');
67
 
68
		# DB settings - You can get this info from your web hosting provider.
69
		# The name of the database for seo panel
70
		define('DB_NAME', 'seopanel');
71
 
72
		# DB database username
73
		define('DB_USER', 'root');
74
 
75
		# DB database password
76
		define('DB_PASSWORD', '');
77
 
78
		# DB hostname
79
		define('DB_HOST', 'localhost');
80
 
81
 
82
   	6. Save the contents of file "config/sp-config.php".
83
 
84
   	7. Change the permissions on the tmp directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
85
 
86
   	8. Using your web browser visit the location you placed Seo Panel with the addition of "install/upgrade.php",
87
 
88
       e.g. http://www.yourdomain.com/seopanel/install/upgrade.php
89
 
90
   	9. Follow the steps and fill out all the requested information.
91
 
92
   	10. Go to Admin Panel => System Settings => MOZ Settings
93
 
94
   	   Add moz api key using the link shown in the page
95
 
96
	Note:
97
 
98
		a. Remove install directory of seo panel
99
 
100
		b. Copy all plugins from "plugins" folder of old seo panel folder to "plugins" folder of new Seo Panel.
101
 
102
 
103
Installation Reference Link: http://www.seopanel.in/install/
104
 
105
If you have any issues while installation, Please use following resources to fix it or contact seo panel team.
106
 
107
---------------------------
108
Online Seo Panel Resources:
109
---------------------------
110
 
111
a) Seo Panel Help Guide: http://help.seopanel.in/
112
 
113
b) Seo Panel Forum: http://forum.seopanel.in/
114
 
115
b) Seo Panel Support: http://www.seopanel.in/support/
116
 
117
d) Seo Panel Contact: http://www.seopanel.in/contact/
118
 
119
-------------------------------------------
120
Developed By Geo Varghese (www.seopanel.in)
121
-------------------------------------------