User:Ianmcorvidae/Rika TODO: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(replicated DB is done and working)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== One-time ==
== One-time ==
* replicated DB
* consistent data dir for custom DBs
* update /etc/skel
* update existing users' local dirs
* update existing users' local dirs
* update existing users to use fcgi
* update existing users to use fcgi (use unix sockets -- less overhead)
* write "run server" script, deploy
* write "run server" script, deploy (easier after fcgi changeover)


== Constant ==
== Done, needs checking ==
* consistent data dir for custom DBs (/home/musicbrainz_admin/data, needs checking for accessibility)
* update /etc/skel (done once, might need another go-over)


== Constant ==
* regularly update /etc/skel, static DB, and dumps
* regularly update /etc/skel, static DB, and dumps
* occasionally update local dirs
* occasionally update local dirs

Latest revision as of 06:52, 27 February 2012

One-time

  • update existing users' local dirs
  • update existing users to use fcgi (use unix sockets -- less overhead)
  • write "run server" script, deploy (easier after fcgi changeover)

Done, needs checking

  • consistent data dir for custom DBs (/home/musicbrainz_admin/data, needs checking for accessibility)
  • update /etc/skel (done once, might need another go-over)

Constant

  • regularly update /etc/skel, static DB, and dumps
  • occasionally update local dirs
  • documentation