diff --git a/README.md b/README.md index a3e3a28..246daf3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Deployment Notes - 1) Deploying MarketData a) Stop the cron sevice. sudo service cron stop b) Check that MarketData is not running any tasks... ps xa | grep MarketData. mks might be running but that should be all @@ -31,7 +30,6 @@ f) Ensure that cron cron is running sudo service cron status # End Of Month Processing Notes - There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT, CMT20200817.TXT 1) CMT20200817.TXT - There is no special end of month processing for this model. simply run ./runcmtrend.sh {DATE} as @@ -69,7 +67,6 @@ There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT, folder. Commit any changes to GIT. # Installing MarketDataService service - 1) change into the following folder /etc/systemd/system 2) create the mks.service file sudo nano mks.service 3) Place the following into the file