22/10/2017
Serposcope Keyword Tracker - Free Open Source Keyword Tracker Installation Guide
**Installation Steps
1. Create a new droplet (ubuntu 16.04)
2. Login into server & type "sudo su"
3. Now, type below commands one by one
apt-get -y install software-properties-common
add-apt-repository -y ppa:webupd8team/java
apt-get update
apt-get -y install oracle-java8-installer
4. Next, download serposcope file to server directly. For that type below command
wget https://serposcope.serphacker.com/…/serposcope_2.7.1_all.deb
5. Now, extract & install it by typing below command
dpkg -i serposcope_2.7.1_all.deb
6. Now, type "sudo service serposcope start" to start serposcope
Ok, so now serposcope ready to use. Just copy/visit your server/droplet ip address with 7134 port.
For ex. http://droplet-ip:7134 and add your email, password & create your account and then login, That's it.
**Additional - Install nginx command to secure it
Now, suppose if you want to secure it then you can install nginx into your server by following below steps.
7. So, first of all install nginx by typing "sudo apt-get install nginx"
8. Next, go to /var/www/html directory and delete default nginx html file. For that type below commands
cd /var/www/html
rm -rf index.nginx-debian.html
Here, if html file name is different then type "ls" to show list and double click on html file and right click under putty to paste it.
8. Now, the next thing is here to change some setting of nginx configration file. For that type below commands
cd /etc/nginx/sites-available
nano default
Here, after typing "nano default" nano editor will open, Go to down (press down arrow key) and find below codes
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ =404;
}
And replace with
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
$uri $uri/ =404;
proxy_pass http://127.0.0.1:7134/;
}
Note: Add " #" before "try_files..." & press enter and type "proxy_pass http://127.0.0.1:7134/;"
9. Now, press "ctrl + o" to save it and "ctrl + x" to exit
10. restart nginx by typing "service nginx restart"
Now, visit serposcope just by server/droplet ip
For ex. - http://droplet-ip
That's it. The next thing is just add your sites, keywords and leave it for process. :) :)
If you have any problem in installation, Just watch this video - https://www.youtube.com/watch?v=9Dagb5IF5dQ
If you don't have any idea how to use, Then watch this video - https://www.youtube.com/watch?v=65tTyC7w9HE
You can also install this on windows and other operating system. For documentation, visit here - https://serposcope.serphacker.com/en/doc/install.html
PS - Bina VPS wale serplab & serpmojo use karlo 🤗🤗