Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/web-dev-nav/cryogen-website-installer

Cryogen is a 5 step installation processor that helps to install website build in core php and frameworks.
https://github.com/web-dev-nav/cryogen-website-installer

codeigniter core installer installer-script php ready ready-to-use website-installer wordpress-installation

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```PHP
$requiredServerExtensions = [
'BCMath', 'Ctype', 'Fileinfo', 'JSON', 'Mbstring', 'OpenSSL', 'PDO','pdo_mysql', 'Tokenizer', 'XML', 'cURL', 'GD','gmp'
];
```
Set folder permissions here install/index.php
```PHP
$folderPermissions = [
'test/','test-2/','config/'
];
```
Path to change the .env file
```PHP
$envpath = dirname(__DIR__, 1) . '/install/config/.env';
```
Path to change the website landing and admin login after installation on line no 225 & 225
```HTML
Go to website
Go to Admin Panel
```
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!