Skip to content

Commit

Permalink
Tlkar2 23 - Production configuration and tag (tl-its-umich-edu#17)
Browse files Browse the repository at this point in the history
* TLKAR2-23: configuration for production application

* TLKAR2-23, TLKAR-24: add copy of cron from production miserver

* TLKAR2-23, TLKAR2-22, TLKAR2-24: update dev, production cron.

* TLKAR2-23: assemble prod configuration
  • Loading branch information
dlhaines authored Nov 29, 2017
1 parent 9968d3d commit 277292a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN mkdir -p -v /var/log/kartograafr/courses

# Add the cron entry for kartograafr
## TODO: make the specific cron source file settable depending on environment variable.
RUN cat /usr/local/apps/kartograafr/rootdir_etc_cron.d/kartograafr.dev >> /etc/cron.d/kartograafr
#RUN cat /usr/local/apps/kartograafr/rootdir_etc_cron.d/kartograafr.dev >> /etc/cron.d/kartograafr
RUN cat /usr/local/apps/kartograafr/rootdir_etc_cron.d/kartograafr >> /etc/cron.d/kartograafr
RUN crontab /etc/cron.d/kartograafr

# Run cron.
Expand Down
2 changes: 1 addition & 1 deletion config.py

0 comments on commit 277292a

Please sign in to comment.