welcome: please sign in

Diff for "DaemonAdmin/Portal"

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2007-12-05 01:38:08
Size: 713
Editor: AdamChlipala
Comment: Mention building header and footer
Revision 6 as of 2008-07-07 04:28:14
Size: 922
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
The portal source lives in module `portal` of [http://hcoop.sf.net/ our SourceForge project]'s CVS repository. The main check-out is in `/afs/hcoop.net/user/h/hc/hcoop/portal`. To recompile and publish on deleuze: {{{ The portal source lives in module `portal` of [[http://hcoop.sf.net/|our SourceForge project]]'s CVS repository. The main check-out is in `/afs/hcoop.net/user/h/hc/hcoop/portal`. To recompile and publish on deleuze: {{{
Line 10: Line 10:

There are some subdirectories of `portal` that contain different web apps, like `app` (the source for join.hcoop.net). You must run `mlt` separately in any of these directories to publish changes in it.

The portal source lives in module portal of our SourceForge project's CVS repository. The main check-out is in /afs/hcoop.net/user/h/hc/hcoop/portal. To recompile and publish on deleuze:

become_hcoop
cd ~/portal
mlt

You should also become_hcoop before modifying files in the main check-out or running any CVS commands that would modify it.

header.mlt and footer.mlt are built from assorted other files. Running make in a check-out directory should build them. See the Makefile for how they're built. Note that make won't publish changes that you make onto the real web sites; you must use mlt for that.

There are some subdirectories of portal that contain different web apps, like app (the source for join.hcoop.net). You must run mlt separately in any of these directories to publish changes in it.

DaemonAdmin/Portal (last edited 2018-12-01 22:19:39 by ClintonEbadi)