-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Installer doesn't work on R/O filesystem #200
Comments
if configs just get pushed there is no reason to include them when uploading. |
Well, it's rather the other way around - they already have to be present before the filesystem gets mounted as R/O. Here's the configuration for the container: Basically they just get pushed in order to be able to develop on a VPS and deploy to cloud. If the config files are already present the mysql.php bugs out with error 1142 - in this case i just redirect to /install At least I could proof that it isn't impossible :) |
It will be nice if the version of the pagoda installer can be updated with the V2.0 of OpenCart |
well, Pagoda v1 has been terminated (end of lifetime) - together with my Pagoda v1 containers ... |
Pagoda still offers a free service(10MB writable storage) : If the Pagoda QuickStarts work as advertised, then that is by far the easiest way to get an OpenCart store up and running. About financial compensation, hit me up directly: HelderSepu(at)gmail.com |
install/controller/step_2.php
install/controller/step_3.php
It just tells me "Warning: admin/config.php needs to be writable for OpenCart to be installed!"
In fact - when deploying to clouded servers configs just get pushed ...
Would be great to have any config-option to override the R/W checks (just need to install the database).
Something like step_2_ro.php & step_3_ro.php - without the checks and the file I/O.
Basically it just would need to be checked if the config files are present.
Here's a version of the installer that works in a clouded environment:
https://github.com/syslogic/opencart-quickstart/tree/master/pagoda
Here one can see it in action:
https://pagodabox.com/cafe/martin/opencart
The text was updated successfully, but these errors were encountered: