core icon indicating copy to clipboard operation
core copied to clipboard

[CoreInstallerBundle] one file install routine

Open rallek opened this issue 10 years ago • 3 comments

Feature request for 2.0.0

Owncloud is offering a very simple install solution for shared hosting.

  1. You have to download a file (e.g. setup-zikula.php). -> https://download.owncloud.com/download/community/setup-owncloud.php
  2. Upload to webserver root
  3. call mysite.tld/setup-zikula.php
  4. The script is checking all requirements.
    • If something is not fullfilled you will get an answer and install stops.
    • If all is fine no info is shown. The script is downloading and configuring everything. At the end you will be asked for the database (even with no database but sqlite is possible for small installation) and the initial user account. The setup-zikula.php is deleted automatically.
  5. automatic login with the created account and enjoy. You will be guided to the initiall setup.

Great script! all permissions are correct everything is running perfect!

rallek avatar Jan 25 '15 11:01 rallek

@rallek Would this be more efficient to execute as a command-line script via /app/console?

shefik avatar Jan 26 '15 02:01 shefik

Of course. Shared hosting normally do not have a command line

rallek avatar Jan 26 '15 05:01 rallek

The nice upgrade function of MediaModule might be the way we would like to see in Zikula (and its extensions)

rallek avatar Nov 18 '16 20:11 rallek

Our custom installer is gone, as we will be reusing the Symfony installer. In future we will not have Zikula containing Symfony stuff anymore. Instead, we will be using Symfony requiring additional Zikula bundles. Hence, closing this as won't fix.

Guite avatar Aug 16 '22 19:08 Guite