Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install without developer mode #26

Closed
tompatulpan opened this issue Dec 16, 2023 · 2 comments
Closed

Install without developer mode #26

tompatulpan opened this issue Dec 16, 2023 · 2 comments

Comments

@tompatulpan
Copy link

If possible it would be nice to install and/or start without the default "developer mode".

Change
define('ENVIRONMENT', 'development');
to
define('ENVIRONMENT', 'production');

@ericgaspar
Copy link
Member

define('ENVIRONMENT', 'production');

Where is this to be changed?

@tompatulpan
Copy link
Author

tompatulpan commented Feb 18, 2024

Hi, eric! Thanks for looking in to this.

It is located in
$ /var/www/cloudlog/index.php

*---------------------------------------------------------------
* APPLICATION ENVIRONMENT
*---------------------------------------------------------------

*/
       #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
       define('ENVIRONMENT', 'development');

Change "development" to "production"

define('ENVIRONMENT', 'production');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants