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

Playbook enhancements #271

Closed
7 tasks
elizoller opened this issue Jan 8, 2021 · 3 comments
Closed
7 tasks

Playbook enhancements #271

elizoller opened this issue Jan 8, 2021 · 3 comments
Labels
Milestone

Comments

@elizoller
Copy link
Contributor

elizoller commented Jan 8, 2021

  • installation and configuration of second / prism subsite
  • xdebug with php 7.4
  • AwsTranscribe microservice
  • add rclone
  • add image magick from source
  • fix matomo install
  • install fedora 6 instead of 5
@elizoller elizoller added this to the Q1 2021 milestone Jan 8, 2021
@elizoller elizoller modified the milestones: Q1 2021, Q2 2021 Mar 30, 2021
@elizoller
Copy link
Contributor Author

make we should just roll this into a custom ISLE install 🤔

@elizoller
Copy link
Contributor Author

considering the performance issues with macs and docker, i'm not sure if we want to switch to isle for our dev environments

@elizoller elizoller modified the milestones: Q3 2021, Q4 2021 Sep 24, 2021
@elizoller
Copy link
Contributor Author

elizoller commented Nov 3, 2021

use nginx instead of apache
https://graspingtech.com/ansible-nginx-static-site/ is an example
using https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
only necessary changes for staging were to change the location of the php-fpm sock (retrieved from a systemctl status call) and to change the listening ports and add ssl locations
ie.

    server_name repo-dev.aws.lib.asu.edu;
    root /var/www/html/drupal/web; ## <-- Your only path reference.
    listen 80;
    listen [::]:80;
    listen 443 default ssl;
    ssl_certificate /etc/ssl/private/__lib_asu_edu.cer;
    ssl_certificate_key /etc/ssl/private/__lib_asu_edu.key;

and below

fastcgi_pass unix:/run/php/php-fpm.sock;
fastcgi_read_timeout 600s;

@elizoller elizoller modified the milestones: Q4 2021, Q1 2022 Jan 4, 2022
@seth-shaw-asu seth-shaw-asu mentioned this issue Aug 26, 2022
23 tasks
@seth-shaw-asu seth-shaw-asu closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants