/[drupal]/contributions/profiles/hostmaster/install.sh.txt
ViewVC logotype

Log of /contributions/profiles/hostmaster/install.sh.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 22:31:13 2009 UTC (10 days, 18 hours ago) by mig5
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +2 -4 lines
Diff to previous 1.23
update the version tag in the install script to alpha3

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Nov 13 07:40:10 2009 UTC (2 weeks, 1 day ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
fix syntax error

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 18:35:39 2009 UTC (2 weeks, 1 day ago) by anarcat
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
fix Directory replacement in apache config file (spotted by rfay)

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 17:06:36 2009 UTC (2 weeks, 1 day ago) by anarcat
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20
call drush with php to avoid #586466

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 03:20:46 2009 UTC (2 weeks, 2 days ago) by anarcat
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19
various small fixes to install docs

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 02:52:50 2009 UTC (2 weeks, 2 days ago) by anarcat
Branch: MAIN
Changes since 1.18: +189 -415 lines
Diff to previous 1.18
rewrite install.sh from scratch, based on INSTALL.txt

this strips away all the platform specific stuff so it can be used everywhere with minimum changes

the new install.sh has the following advantages:

 * it is idempotent: it can be run multiple times without ill effects
 * it will work equally well with HEAD or stable releases (which will be
   fetched using drush dl)
 * it is based on commandline arguments that allow its default behaviour
   to be changed without editing the script
 * the drush version is not hardcoded anymore
 * the script is completely platform-agnostic and should work on any
   platform that is POSIX-compatible and capable of running Drush
 * as a consequence, it doesn't duplicate any instructions indicated in
   the INSTALL.txt, which has also been simplified

this also features instructions for CentOS (#606964 by ryan palmer)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 22:41:51 2009 UTC (4 weeks, 2 days ago) by mig5
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
#617490 by adrinux - add unzip as a system dependency in hostmaster, to handle extraction of jquery.ui lib

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 04:08:19 2009 UTC (4 weeks, 3 days ago) by mig5
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
update install script and docs to use drush 2.1

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 07:56:41 2009 UTC (5 weeks ago) by mig5
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
switch back to using php /var/aegir/drush/drush.php commands because drush/drush hostmaster make  can throw environment issues (tries to execut /var/aegir/drush/drush.php which has had the shebang removed

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 19 12:42:50 2009 UTC (5 weeks, 5 days ago) by mig5
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
add sudo to required components

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 09:25:17 2009 UTC (6 weeks, 5 days ago) by mig5
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
fix silly errors.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 09:08:47 2009 UTC (6 weeks, 5 days ago) by mig5
Branch: MAIN
Changes since 1.12: +34 -17 lines
Diff to previous 1.12
a whole bunch of changes to install.sh to be more clear, consistent with INSTALL.txt and g.d.o, use postfix instead of exim, handle the potential for a mysql root user with no password, create aegir user as a system user, be automatic about it, don't expect a user to type 'exit' to actually proceed, and more verbosity where appropriate

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 05:58:54 2009 UTC (6 weeks, 6 days ago) by mig5
Branch: MAIN
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
bring install.sh database name & users up to date with other docs

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 7 22:13:51 2009 UTC (7 weeks, 2 days ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Change hostmaster makefile to source packages from cvs , not d.o downloads

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 15:04:04 2009 UTC (8 weeks, 2 days ago) by mig5
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
#592210 - change bash-centric commands that cause incompatabilities with dash (eg Ubuntu 9.04)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Sep 17 10:03:40 2009 UTC (2 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
follow the 0.4-alpha1 tags

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 12:02:03 2009 UTC (2 months, 4 weeks ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-3
Changes since 1.7: +9 -6 lines
Diff to previous 1.7
#563638 make install.sh install the main aegir site in /sites/ not as sites/default

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 21:15:46 2009 UTC (3 months ago) by anarcat
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
follow the 0.3 tag

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 12:01:10 2009 UTC (3 months ago) by adrian
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
#553230 - install.txt changes. thanks jonhattan

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 14 03:02:46 2009 UTC (3 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.4: +37 -19 lines
Diff to previous 1.4
#536568 - install.sh.txt improvements and fixes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 17 11:26:27 2009 UTC (4 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Small fix in install.txt and change the tags in install.sh.txt

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 14 21:55:13 2009 UTC (4 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.2: +209 -133 lines
Diff to previous 1.2
Vastly improved install.sh script, which only works on debian based systems. Recommend using a vmware instance or similar clean environment to run it on

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 26 15:16:31 2009 UTC (6 months ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-3-RC1
Branch point for: DRUPAL-5
Changes since 1.1: +162 -28 lines
Diff to previous 1.1
The install.sh script just got crazier. now adds user, configures visudo, configures apache. but it is still nowhere near done and exits before any code is run

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 26 02:22:31 2009 UTC (6 months ago) by adrian
Branch: MAIN
Simple interactive install script. not recommended or tested yet

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2