- Apr 16, 2021
-
-
justinfreeman (Agileware) authored
CIVICRM-1707 Remove incorrect statement about open_basedir being deprecated. Safe mode was deprecated in PHP 5.3, so no longer relevant. Include minimum PHP configuration recommendations and links.
-
- Mar 30, 2021
-
-
homotechsual authored
-
- Mar 29, 2021
-
-
homotechsual authored
-
homotechsual authored
-
- Mar 24, 2021
-
-
Seamus Lee authored
Update Requirements doc to mention that PHP7.4 is supported from MySQL 5.7 and also to clarify that all CMSes now supoort MySQL8 and add a note about installing on Cloud Service Providers such as AWS and Azure
-
- Mar 21, 2021
-
-
homotechsual authored
-
- Mar 12, 2021
-
-
totten authored
-
totten authored
This option was often set permissively in D8 project-templates - and it's often set restrictively in D9 project-templates. Adding the step generally shouldn't change anything for D8 admins -- and for D9 admins it enables installation to proceed.
-
totten authored
* This is predictably getting out of sync 'docs/drupal8' * 'docs/drupal8' is getting updates to reference both 8+9
-
- Feb 22, 2021
-
-
homotechsual authored
-
homotechsual authored
-
- Feb 05, 2021
-
- Jan 08, 2021
- Dec 29, 2020
- Nov 30, 2020
-
-
wmortada authored
This is being migrated to the SysAdmin guide as it is no longer required for new installations
-
- Nov 18, 2020
-
-
DaveD authored
-
- Oct 17, 2020
-
-
DaveD authored
-
- Oct 08, 2020
-
-
totten authored
General themes/changes: * Rewrite as a standalone page. This was previously content in the D8 page. * Include the `curl ... cv.phar ...` command. * Move discussion of the `core:install` options and common problems into collapsed admonitions. * The "next level" docs for `cv core:install` are in the Dev Guide. Add links. * Add a section for "Configure the site". * Add a "Limitations" section.
-
- Oct 07, 2020
-
-
totten authored
-
totten authored
* Use simpler language * For optional commands, link to relevants docs.
-
totten authored
-
totten authored
* There are a lot of details that can live inside collapsed sections. * Several of the asides are basic gotchas that would affect any effort to run composer on D8. Combine these into one collapsed section, "Quick and dirty introduction to D8 with composer" * The headings "Expert mode"/"Guided mode" are weird to me -- because (1) "Expert" identifies the most common/easiest variation of the command, and (2) "mode" suggests software-mode, but it's actually a different presentational style for the documenter. Instead, just give one procedure - and provide drill-down options for explanation.
-
totten authored
-
totten authored
* As in the previous commit (D7/BD), there are two workflows, web-based an CLI-based. Put them in collapsible admonitions. * Reorganize the warnings for the web-based workflow. * The D8 section had more discussion of the CLI steps. Move these over to the `cli-cv.md` file. They'll still need more editing, but it makes sense for this more advanced+verbose use-case to have a separate file.
-
totten authored
* There are two distinct workflows, web-based and CLI-based. Put them in collapsible admonitions. * For web-based flow, use "activate-first" / "civicrm-setup" workflow instead of the `sites/all/modules/civicrm/install/yaddayadda` workflow * Remove older warning module-activation. It's no longer a bad thing if an admin activates on their own accord.
-
totten authored
-
totten authored
-
totten authored
-
totten authored
* Make it easier to skip past the stuff about the developer guide * Change the header "Similar alternatives" to "Alternative: Civibuild for developers" * Mark the section collapsible (default closed). * To make the styling of the front-matter more consistent, update "About this document" to also be collapsible (but default open).
-
- Oct 05, 2020
-
-
seamuslee authored
-
- Oct 04, 2020
-
-
Seamus Lee authored
-
- Oct 01, 2020
-
-
Seamus Lee authored
-
- Sep 22, 2020
-
-
totten authored
-
totten authored
OK, so you go through a bunch of steps and come to these instructions: > There should now be a CiviCRM link in your Drupal menu. Click that link and > the CiviCRM Menu, Shortcuts, Search and New Individual Blocks should appear. > You can now explore CiviCRM end-user features and begin configuring CiviCRM > for your site/organization needs. This should be the end of the installation guide. But, if you skim the TOC, it keeps on going! I *think* what's going on here is that people wanted to add some sections which are sort of independent of the main flow of installation. These probably should be moved/referenced in some other way, but I don't really want to think too hard. This commit just mitigates the confusion a bit by setting the subsequent sections (re:MySQL encryption and troubleshooting) under the heading "Addenda".
-