Sorry to come back on this subject but I like some clarification on the process to make a SOBI2 clone...
The process is:Use of the bash script to create a clone of SOBI2 directory:• Extract SOBI2 (or plugin or module etc)
• Copy the attached script (and unpack of course) into the directory where You've unpacked SOBI2 (or plugin or module etc)
• From the console execute sh clone_sobi.sh
Step by step:1) Using webmin, uploaded the latest SOBI2 component zip file and extracted it on the server.
Question 1a— Use any ftp client to upload to your server, OK. The emplacement and name of the directory have any importance?
Question 1b— the actual SOBI2 component folder, when extracted(unzip) is name
com_sobi2-RC2.8.7.2 do I upload this folder with this name to the FTP space choosen?
2) Uploaded your bash script to the same directory as the extracted SOBI2 Component.
Question 2— I upload the
clone_sobi.sh file in the already upload (
com_sobi2-RC2.8.7.2)?
3) Opened up my SSH client on my mac, and connected to the server.
Question 3a— On mac you use the
Terminal Window go to
File—> Connect to Server and choose the Protocol
Secure Shell (ssh), what do you put in the
User field and do you choose SSH (Automatic) or
SSH 1 or
SSH 2 in the server field do you enter the adress like this:
http://www.yourdomainname.com?Question 3b— To install local, what do you put in the User field and for the Server (
http://localhost:8888/pathtoyoursite/?Question 3c—How do you know that you are connected (Terminal Window)?
4) Changed directories to my directory where the bash script and extracted SOBI2 files were.
Question 4— I don’t understand this one?
5) Executed the bash script with the 'sh clone_sobi.sh' command.
Question 5— Do you just enter where the cursor is
sh clone_sobi.sh and press Return (Enter)
6) Followed the prompts in the script to name my new clone.
Question 6— Just input the choosen new name for the component... ex: SOBI2_clone1?
7) The script completed successfully, verified by observing the renamed files in the directory.
8 ) In Joomla 1.5, went to the component install screen and used the INSTALL DIRECTORY option (the directory where the extracted and now modified SOBI2 files were).
9) Clicked the install button and SUCCESS! Component installed successfully.
Sorry to ask details, but I’m not familiar with the terminal Window......