-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(matcssi_cms) #161
Merged
Merged
feat(matcssi_cms) #161
Conversation
This file contains 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
Like APCD, whcih means the two can not be run at once. HELP: How can the two have unique names? Tup-CMS does it...
I thought .dockerignore would affect volume syncing, but now not. A .dockerignore is for Dockerfile commands, not docker-compose volumes.
This may solve error on remote deploy. ``` django.core.exceptions.ImproperlyConfigured: The app module <module 'taccsite_custom.matcssi_cms' (namespace)> has multiple filesystem locations (['/code/./taccsite_custom/matcssi_cms', '/code/taccsite_custom/matcssi_cms']); you must configure this app with an AppConfig subclass with a 'path' class attribute. ```
taoteg
reviewed
May 24, 2023
taoteg
reviewed
May 24, 2023
taoteg
approved these changes
May 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left two comments, both more question than action and both up to you (if valid). Approving =).
This was referenced May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Add MatCSSI project.
Changes
matcssi_cms
secrets.default.py
Testing
Remote
https://pprd.mise.tacc.utexas.edu/
Local
Run MATCSSI with
make
. Set up CMS secrets, settings, container commands, et cetera. Load http://0.0.0.0:8000/.git clone git@github.com:TACC/Core-CMS-Custom.git
git checkout task/matcssi_cms
settings_local.py
with content from Core-CMSsettings_local.example.py
.make build
make start
docker exec -it matcssi_cms /bin/bash
python manage.py migrate
python manage.py collectstatic
python manage.py createsuperuser
UI
Notes
To support running multiple CMS projects locally at once:
secrets.default.py
tosecrets.py
or else docker network access would fail.matcssi_
instead ofcore_
or else container names would conflict.