-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consolidated tira-application-config.*.yml and improved settings.py f…
…urther
- Loading branch information
1 parent
c8f81e5
commit 74ce9f7
Showing
11 changed files
with
40 additions
and
97 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
config | ||
!config/*.docker.yml | ||
mock-data | ||
|
||
.dockerignore | ||
|
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
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...on/config/tira-application-config.dev.yml → ...cation/config/tira-application-config.yml
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ If you set up Discourse with `Disraptor <https://www.disraptor.org>`_, this will | |
make TIRA work with it. | ||
|
||
(1) Since TIRA has a legacy and a Disraptor :code:`deployment` mode first change that to :code:`disraptor` in the | ||
development config file :code:`application/config/tira-application-config.dev.yml`. | ||
development config file :code:`application/config/tira-application-config.yml`. | ||
(2) When you set up Disraptor you set a :code:`Disraptor App Secret Key` that allows Disraptor to communicate with your | ||
web application. Since TIRA has to evaluate that this secret is correct we have to supply it to it. TIRA expects | ||
that secret in an environment variable called :code:`DISRAPTOR_APP_SECRET_KEY`, so before starting your development | ||
|
@@ -171,7 +171,7 @@ Setup on MacOS (Monterey/M1) | |
.. code:: bash | ||
brew install [email protected] pipenv pyvenv mariadb uwsgi | ||
(2) Inside :code:`tira/application/config/tira-application-config.dev.yml` change :code:`tira_root` to the model you | ||
(2) Inside :code:`tira/application/config/tira-application-config.yml` change :code:`tira_root` to the model you | ||
want to use. | ||
(3) From within :code:`tira/application` execute the makefile at least once. This copies the config and runs | ||
:code:`manage.py index_model` once. | ||
|
Empty file.
Empty file.
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