welcome: please sign in

Diff for "Code"

Differences between revisions 1 and 2
Revision 1 as of 2010-03-12 22:53:14
Size: 1604
Editor: RichardDarst
Comment:
Revision 2 as of 2010-03-12 23:16:25
Size: 774
Editor: RichardDarst
Comment: move portal stuff to it's own page.
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * 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
<html><head>
<link rel="stylesheet" type="text/css" href="/hcoop.css" />
<title>TITLE</title>
</head><body>

<div class="main">

<div class="title">
<img class="globe" src="/globe.gif" />
<h1>TITLE</h1>
</div>

<div class="break"></div>
rkd_admin@deleuze:/afs/hcoop.net/common$ cat /etc/hcoop.footer
</div>

</body></html>
}}}
 * 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.
 * See [[DaemonAdmin/Portal]] for more information on this
Line 57: Line 32:
CategorySystemAdministration CategorySystemAdministration CategorySystemAdministration

This page document HCoop's code, where it is, how to access through a VCS and how to update live copies.

Repo locations:

Domtool

  • CVS, /domtool/

  • FIXME

Portal

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 CategorySystemAdministration

Code (last edited 2012-09-03 08:43:51 by ClintonEbadi)