But today i am here with its installation guide along with the video tutorial!!!
First you need to unzip the skyitech script on server,
And have to import the database backup.
Now note down the database information in a separate place. We’ll need it later.
Now see the file list below and open them one by one.
File list:
‘skyitech/dbconnect.php’,
‘skyitech/config/databases.yml’,
‘skyitech/config/propel.ini’,
‘skyitech/apps/backend/config/app.yml’,
‘skyitech/apps/backend/config/settings.yml’,
‘skyitech/apps/backend/config/view.yml’,
‘skyitech/apps/frontend/modules/default/actions/actions.class.php’,
‘skyitech/apps/frontend/config/app.yml’,
‘skyitech/apps/frontend/config/settings.yml’,
‘skyitech/apps/frontend/config/view.yml’,
‘skyitech/apps/backend/modules/category/actions/actions.class.php’,
‘index.php’,
‘backend/index.php’
And change the database information and site information there,
You can also use fiend replace option to do it.
After editing all above file just open browser and type your site URL and see if it works.
and I also made a simple PHP to do the replacement job of it:
just execute following script
[php]</span>
<span class="_5yl5"><?php</span>
skyinstall(
‘newsite.tld’,
‘database_user’,
‘database_name’,
‘database_password’
);
echo ‘ok’;
function skyinstall($site, $dbuser,$dbname,$dbpass){
$sitename= pathinfo($site, PATHINFO_FILENAME);
$filearray=array(
‘skyitech/dbconnect.php’,
‘skyitech/config/databases.yml’,
‘skyitech/config/propel.ini’,
‘skyitech/apps/backend/config/app.yml’,
‘skyitech/apps/backend/config/settings.yml’,
‘skyitech/apps/backend/config/view.yml’,
‘skyitech/apps/frontend/modules/default/actions/actions.class.php’,
‘skyitech/apps/frontend/config/app.yml’,
‘skyitech/apps/frontend/config/settings.yml’,
‘skyitech/apps/frontend/config/view.yml’,
‘skyitech/apps/backend/modules/category/actions/actions.class.php’,
‘index.php’,
‘backend/index.php’);
$replace=array(
‘old_site’=>$sitename,
‘old_db_user’=>$dbuser,
‘old_db_name’=>$dbname,
‘old_db_pass’=>’$dbpass’,
‘oldsite tld’=>$site,
‘oldsite.sky’=>$sitename.’.sky’);
foreach($filearray as $file){
$str=file_get_contents($file);
$str=strtr($str,$replace);
file_put_contents($file, $str);
}
}
[/php]thanks for reading.
Hello friends, I have a good news for you all! After a very long period…
Hello friends, I just received Oreo update on my mi a1. and the disaster happens! As…
Xiaomi MI A1 Received 1 January 2018 security patch even before January! Xiaomi's launched there first…
Top 5 Hand-Picked Substratum Samsung Themes Of December 2017 | Our Best Picks! How Are…
Let's Encrypt Encrypt SSL certificate along with Express Server Without using Nginx! Hello, Friends, Myself Bubun.…
[LATEST] Apk Extractor v4.2 is here!!! Hello friends, I am Roni today welcome to our…
This website uses cookies.