thegooddata / social

GNU General Public License v2.0
0 stars 0 forks source link

Fine tuning configuration PROD / PRE #22

Closed josereyero closed 10 years ago

josereyero commented 10 years ago

Quick notes just to keep track of manual configuration adjustments as part of relase #2

  1. Setting up files private folder, now default/files/private [DONE] It can be anywhere, ideally out of the web root but the only place I wouldn't put it is inside the public files. We are not using it too much anyway, so no big issue.
  2. Disabling update modules (Apps, OA Updater, Update Manager) [DONE] No needed in prod, at least while on development. We just need to have it enabled on development environments to keep track of needed updates.
  3. Disabling devel modules (Coder, Devel, OA Devel) [DONE] These ones are obviously not needed on production envirnoments, unless you have only that one :-)
  4. Disabling some unneded modules, step 1 (as per #17) [DONE] OA Tour, OA Events Import, OA Sandbox (And dependencies: Bootstrap Tour, Feeds, Job Scheduler..)
josereyero commented 10 years ago

Enabled: "Message Subscribe UI" Disabled: DBTNG after running the mysql migration.

Done for this release, there may be more modules to disable in the next one, but we need to do some assessment and testing first in the PRE environment.