Coder Social home page Coder Social logo

web-dev-nav / cryogen-website-installer Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 1.52 MB

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

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

cryogen-website-installer's Introduction

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!

cryogen-website-installer's People

Contributors

web-dev-nav avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rajibbinalam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.