Skip to content

Commit

Permalink
Added Linux start script.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 27, 2005
1 parent dd10ec5 commit 4117d40
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
23 changes: 23 additions & 0 deletions contrib/start_scripts/linux
@@ -0,0 +1,23 @@
#!/bin/sh

# chkconfig: 2345 99 01
# description: Bricolage CMS

# Created by David Wheeler, 2005.

# This is an example of a start/stop script for SysV-style init, such as is
# used on Linux systems. You should these variables:

BRICOLAGE_ROOT="/usr/local/bricolage"
BRIC_APACHECTL="$BRICOLAGE_ROOT/bin/bric_apachectl"

# Then just copy it to your start scripts directory (usually /etc/init.d) and
# add it to the startup process:

# % cp contrib/start_scripts/linux /etc/init.d/bricolage
# % chmod +x /etc/init.d/bricolage
# % /sbin/chkconfig --add bricolage

##############################################################################

$BRIC_APACHECTL "$@"
10 changes: 7 additions & 3 deletions lib/Bric/Changes.pod
Expand Up @@ -22,9 +22,13 @@ This document lists the Changes to Bricolage introduced with each release.

=item *

Made story profile's subelement 'Preview In' output-channel list
consistent with the top level one (e.g. editing a Page shows the
same preview OCs as editing the Story at the top level). [Scott]
Made story profile's subelement 'Preview In' output-channel list consistent
with the top level one (e.g. editing a Page shows the same preview OCs as
editing the Story at the top level). [Scott]

=item *

Added Linux startup script F<contrib/start_scripts/linux>. [David]

=back

Expand Down

0 comments on commit 4117d40

Please sign in to comment.