Commit f40ccbca by Max Rothman

Include all changes in README

parent 20007052
- Role: edxapp - Role: edxapp
- Enabled combined login registration feature by default - Enabled combined login registration feature by default
- Role: analytics_api - Role: analytics_api, xqwatcher, insights, minos, edx_notes_api
- Refactored name from `analytics-api` to `analytics_api`. This will require additional migrations when upgrading an existing server. While we recommend building from scratch, running the following command might work: - Expanded `edx_service` role to do git checkout and ec2 tagging
- Refactored roles that depend on `edx_service` to use the new interface: `minos`, `analytics_api`, `insights`, and `xqwatcher`
- Refactored name from `analytics-api` to `analytics_api`
- Changed location of minos' config file from `/edx/etc/minos/minos.yml` to `/edx/etc/minos.yml`
- Added new `edx_notes_api` role for forthcoming notes api
- This is a __BACKWARDS INCOMPATABLE__ change and will require additional migrations when upgrading an existing server. While we recommend building from scratch, running the following command _might_ work:
``` ```
rm -rf /edx/app/analytics-api /edx/app/ /edx/app/nginx/sites-available/analytics-api.j2 /edx/app/supervisor/conf.d.available/analytics_api.conf rm -rf /edx/app/analytics-api /edx/app/ /edx/app/nginx/sites-available/analytics-api.j2 /edx/app/supervisor/conf.d.available/analytics_api.conf
rm -rf /edx/etc/minos
``` ```
- Role: notifier - Role: notifier
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment