This page document HCoop's code, where it is, how to access through a VCS and how to update live copies. <> Repo locations: * CVS is at sourceforge: http://hcoop.cvs.sourceforge.net/ * git is at hcoop's git: http://git.hcoop.net == Domtool == * CVS, `/domtool/` * FIXME == Portal == * How to get code: /portal/ in CVS. * How to build: FIXME * hcoop_header is the one line script `cat /etc/hcoop.header | sed "s/TITLE/$1/g"` * hcoop_footer is the one line script `cat /etc/hcoop.footer` * You need /etc/hcoop.header and /etc/hcoop.footer, which are {{{ rkd_admin@deleuze:/afs/hcoop.net/common$ cat /etc/hcoop.header TITLE

TITLE

rkd_admin@deleuze:/afs/hcoop.net/common$ cat /etc/hcoop.footer
}}} * Live copies are at `~hcoop/public_html/cgi-bin/portal/*` These are small wrappers which execute the portal code from `~hcoop/portal/*`, and this is the directory is the one in CVS. * To update the `public_html/cgi-bin/portal/*` wrappers, do FIXME. == Local Debian packages == * Located in `/aft/hcoop.net/common/debian/PACKAGENAME/UPSTREAM_VERSION/`. * All under GIT control, see `hcoop/debian/*` * FIXME == Runit services == * git accessable at: `hcoop/service/*` * Live copies in git under /etc/service/* ---- CategorySystemAdministration