-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve documentation for --cms-base-url="https://example.org" #94
Comments
I chose poorly. I guessed that I should use the current URL of the local site where civi is running on my laptop (instead of the URL of the live website). I got civi installed, so I thought I did it correctly, but now every time I submit any form in civi, I get the error:
|
The local site URL is the correct URL. That error suggests you may have selected HTTP instead of HTTPS or vice versa though. |
I checked that, both are |
It is, it should be the |
Yeah, that matches what I see in my browser URL bar (http and everything). I'm still convinced I may not have installed civi correctly, maybe I'll throw it out and start over again. I'll try to use the UI this time and see if I get different results. |
I am following the installation instructions for Civi and I'm stumped at how to build the command to install civi. I am a complete Civi Novice, but I think it will be exactly the right solutuon for one of my clients, so I really want to give it a try. The example provided is
cv core:install --cms-base-url="URL" --lang="LANG"
But there are things in here I don't know how to replace -- let's look atURL
.The documentation says
The "CMS Base URL" is the public URL of the website. It is required for most CLI installations.
So... that would mean I should put in the URL of the live website where Civi will eventually be deployed? If I enter the live URL when I'm installing Civi on a test site (where the URL is different) would Civi still work? Or does it need to match the current url of the site (similar to Drupal/Backdrop), and if that's the case, will I be able to change this later, when I launch the site?
(the above was my complete thought process while trying to install civi -- maybe not the best format for this ticket, but I wanted to write it all down while it's fresh in my mind.)
Also, if there is documentation I should be consulting other than https://docs.civicrm.org/installation please let me know if I am looking in the wrong place :)
The text was updated successfully, but these errors were encountered: