Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/web-dev-nav/cryogen-website-installer
- Owner: web-dev-nav
- Created: 2022-08-24T10:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T12:06:42.000Z (over 2 years ago)
- Last Synced: 2023-11-01T03:22:05.661Z (about 1 year ago)
- Topics: codeigniter, core, installer, installer-script, php, ready, ready-to-use, website-installer, wordpress-installation
- Language: PHP
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ininstall/index.php
```PHP
$requiredServerExtensions = [
'BCMath', 'Ctype', 'Fileinfo', 'JSON', 'Mbstring', 'OpenSSL', 'PDO','pdo_mysql', 'Tokenizer', 'XML', 'cURL', 'GD','gmp'
];
```
Set folder permissions hereinstall/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 online no 225 & 225
```HTML
Go to website
Go to Admin Panel
```
Replace database.sql with your corresponding sql ininstall/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!