Goal: Setup indexing for apachecon lists
Status:
- On nagoya as qmlist user
- Make new mbox archive area(s)
{{{DONE mkdir -p /opt/ezmlm/archive/apachecon.com/announce ["DONE"] mkdir -p /opt/ezmlm/archive/apachecon.com/discuss }}}
DONE Copy mbox archives
- Create .qmail file
["DONE"] echo '|$HOME/sbin/archive -u "$HOME/archive/apachecon.com/$DEFAULT/%Y%m"' > ~qmlist/.qmail-apachecon-archive-default
- Subscribe lists (on daedalus)
{{{DONE ezmlm-sub /home/apmail/lists/apachecon.com/announce/ qmlist-apachecon-archive-announce@nagoya.apache.org ["DONE"] ezmlm-sub /home/apmail/lists/apachecom.com/discuss/ qmlist-apachecon-archive-discuss@nagoya.apache.org }}}
- On nagoya as regular user
- Register new lists
{{{ export WEB_APP_DIR='/opt/tomcat/webapps/eyebrowse'
- export EYEBROWSE="${WEB_APP_DIR}/WEB-INF/bin/eyebrowse --props=${WEB_APP_DIR}/WEB-INF/classes/eyebrowse.properties"
["DONE"] ${EYEBROWSE} --command=addlist --listname='announce@apachecon.com' --descr='ApacheCon Announcements' --indexdir="${WEB_APP_DIR}/index/apachecon.com/announce" ["DONE"] ${EYEBROWSE} --command=addlist --listname='discuss@apachecon.com' --descr='ApacheCon Discussion' --indexdir="${WEB_APP_DIR}/index/apachecon.com/discuss" }}}
- Add initial mbox file to the database, update the database and Lucene indices:
- ~noel/update-list implements addlistfile, updatelist, and updateindex in order
{{{DONE ~noel/update-list 'announce@apachecon.com' "${WEB_APP_DIR}/archive/apachecon.com/announce/initial" ["DONE"] ~noel/update-list 'discuss@apachecon.com' "${WEB_APP_DIR}/archive/apachecon.com/discuss/initial" }}}