Skip to content
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

Move hosting #19

Open
13 of 16 tasks
kayakr opened this issue Feb 26, 2023 · 1 comment
Open
13 of 16 tasks

Move hosting #19

kayakr opened this issue Feb 26, 2023 · 1 comment
Assignees

Comments

@kayakr
Copy link
Owner

kayakr commented Feb 26, 2023

  • Snapshot current db
  • rsync public files to local
  • Standup cloud container
    • Deployment key to push code to server
    • ssh into container
    • cd /container/application
    • git clone [email protected]:kayakr/nzmemorials.git
  • Standup database
    • Inject database snapshot to new database
  • Configure nginx? to serve, incl. https
  • Assign temporary domain, e.g. beta.thesorrowandthepride.nz
  • Update to PHP 8.1?
    • Container defaults to PHP 8.2.1
  • Install drush 8
    • composer require "drush/drush:^8"
    • nano ~/.bashrc to add export PATH="/home/sorrow/container/application/vendor/bin:$PATH"
  • Edit sites/default/settings.common.php to set file system etc.
@kayakr kayakr self-assigned this Feb 26, 2023
@kayakr
Copy link
Owner Author

kayakr commented Mar 2, 2023

PHP 8.2.1:

  • Deprecated function: Creation of dynamic property editableviews_style_helper::$plugin is deprecated in editableviews_style_helper->__construct() (line 364 of /container/application/nzmemorials/docroot/sites/all/modules/contrib/editableviews/editableviews_plugin_style_row_edit_table.inc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant