Skip to content

Cryogen is a 5 step installation processor that helps to install website build in core php and frameworks.

Notifications You must be signed in to change notification settings

web-dev-nav/Cryogen-website-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryogen-website-installer

Cryogen is a 5 step installation processor that helps to install website that build in core php or support any php frameworks.

Youtube Demo

https://youtu.be/1LMv-aBUDM0

Installation

We can add or remove any server extentions in $requiredServerExtensions according to website requirement in install/index.php

$requiredServerExtensions = [
 'BCMath', 'Ctype', 'Fileinfo', 'JSON', 'Mbstring', 'OpenSSL', 'PDO','pdo_mysql', 'Tokenizer', 'XML', 'cURL',  'GD','gmp'
];

Set folder permissions here install/index.php

$folderPermissions = [
 'test/','test-2/','config/'
];

Path to change the .env file

$envpath = dirname(__DIR__, 1) . '/install/config/.env';

Path to change the website landing and admin login after installation on line no 225 & 225

<a href="'.getWebURL().'" class="theme-button choto">Go to website</a>
<a href="'.getWebURL().'/admin" class="theme-button choto">Go to Admin Panel</a>

Replace database.sql with your corresponding sql in install/database.sql without changing the name of database.

Step 1: Accept the Term&Conditon agreement

Step 2: Set the server extention requirements

Step 3: Set the Folder permissions

Step 4: Enter purchase code, Database details & Admin login details

Step 5: Installation successful!