Installation gRSShopper on Reclaim My way to the installation of gRSShopper on Reclaim Hosting There is a Tutorial for this on youtube by Stephen Downes with 1h04min playtime. I describe my steps by using his video — but with hyperlinks and screenshots — to give you a walkthrough: Hosting Sign up for hosting First of all i sign up for the … Continue reading "Installation gRSShopper on Reclaim"
Installation gRSShopper on Reclaim
My way to the installation of gRSShopper on Reclaim Hosting
In my cpanel I click on “phpMyAdmin” to set up the Database:
I click on my database — im my example reclaimmydomain_myfirstdatabaseand on “Import” to browse and upload from the Folder: gRSSShopper-master/sql/gRSShopper-ple.sql
With FileZilla and my FTP-User und FTP-Password I connect to the FTP-Server — in my example “reclaimmydomain.com” and navigate to the folder for my Subdomain — in my example “myfirstsubdomain.reclaimmydomain.com”
now I can upload all files and subfolders of “gRSShopper-master/cgi-bin” to “myfirstsubdomain.reclaimmydomain.com/cgi-bin” just with 1 drag&drop.
After that I change the attributes of all *.cgi-files in the /cgi-bin folder from 644 to 755 (and I think, THAT’S the hardest part):
Now I upload all files and subfolders of “gRSShopper-master/assets” to “myfirstsubdomain.reclaimmydomain.com/assets”
Test
Now i can run a first test if everything is working by navigating to my subdomain:
https://www.myfirstsubdomain.reclaimmydomain.com/cgi-bin/server_test.cgi (of course you have to fill in here your own names and indeed! it looks like this:
Initialize
On “ https://www.myfirstsubdomain.reclaimmydomain.com/cgi-bin/initialize.cgi” the Database Information can be set up. I fill in the Dabatase Information from the previous setup, Site Information can be created new, and a Site Administrator Username and Passwort has to be chosen:
I click on “multisite” and finally I’m set and done:
and now I can Login and configure gRSShopper
To open the PLE, navigate to “https://myfirstsubdomain.reclaimmydomain.com/cgi-bin/page.cgi?page=PLE&force=yes”
Add New Cron Job
back in your cpanel I click on “Cron Jobs” in the Advanced Tab:
Here the settings are “* * * * *” and the Command is:
“/myfirstsubdomain.reclaimmydomain.com/cgi-bin/admin.cgi myfirstsubdomain.reclaimmydomain.com wwwwww /myfirstsubdomain.reclaimmydomain.com/cgi-bin/data/multisite.txt >/dev/null 2>&1”
The “wwwwww” stands for the password I set up to initialize the Database.
Cleaning up
Finally I have to delete the file myfirstsubdomain.reclaimmydomain.com/cgi-bin/initialize.cgi.