Log of /contributions/profiles/hostmaster/install.sh.txt
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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
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.