• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Error CLI Installation

evoxt

Chevereto Noob
I am trying to create a bash script to install chevereto on vps deploy.

But I am having some issues with cli install.
This is the info I keyed in
php installer.php -a submitInstallForm \
-w http://localhost/ \
-u admin \
-e admin@hostname.com \
-x 1234567 \
-f admin@hostname.com \
-i admin@hostname.com \
-m community

And I am getting this error message
{"code":500,"message":"Error performing HTTP request","data":{}}

Normal web installation /install.php works fine for me, but cli doesn't

Server is running Nginx
 
One caveat of the installer is that for Chevereto-Free and Chevereto V3.18 and lower it relies on HTTP. At command line you must use a hostname visible to CLI, pointing to to the Chevereto website.

You could also check installer.error.log
 
Back
Top