This repository was archived by the owner on Oct 29, 2022. It is now read-only.
Open
Conversation
`1.5.x-dev` tags appears to no longer be getting picked up by composer. Bumped tag in `composer.json` to `1.6.x-dev`.
Introduce docker: added redis, mysql, nginx, and fpm. Builds from `Dockerfile`. I didn't want to adjust the cfg in `config/nginx/dgg.conf`, So I created a new folder for nginx to mount `config/nginx/local`. I adjusted the config and only incorporated the website. I intend to port over the rest of the rewrites. Also updated the README with install instructions.
configure nginx to serve `/static` from `127.0.0.1:9880`, config stored in `config/nginx/local/dgg_cdn.conf`. I've also removed all CSP headers from `config/nginx/local`, not sure if CORS is important locally.
Contributor
|
@jordanlovato are you ready for merge, I can deal with the conflicts? |
Author
|
@cene-co-za I'll confirm in a bit, do you know how I can get into the admin panel locally? |
Rewrite rules were all wonk'd on cdn config. Fixed those, added a note to README.md.
Author
|
@cene-co-za I think I was confused, I looked through the routing system and it looks like everything is in I went through the PR and pushed up anything else that I could find. This is good to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I setup the stack to run on docker, it seems to be working but I'm not 100% sure. I would be grateful if someone more experienced with the app could confirm that this branch provides a suitable dev environment. I did this as a warmup to get more familiar with the repo. I know that there's an admin panel and I have not figured out how to get a dev admin session working locally and have not yet confirmed that the admin panel is functional.