Skip to content

NodixBlockchain/FIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo at http://nodix.eu:81/

install instruction :

git clone https://github.com/NodixBlockchain/FIP

copy 'public, 'app', 'system', 'writable', from CI-App/ to the site location in HTTP server folder

set write permission for 'writable' folder

set baseUrl in app/Config/App.php to the folder's URL

set HTTP server DocumentRoot to the 'public/' folder

to change from production to development environment :

./system/CodeIgniter.php:

define('ENVIRONMENT', $_SERVER['CI_ENVIRONMENT'] ?? 'development');

or

define('ENVIRONMENT', $_SERVER['CI_ENVIRONMENT'] ?? 'production');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published