/[drupal]/contributions/profiles/hostmaster/INSTALL.txt
ViewVC logotype

Log of /contributions/profiles/hostmaster/INSTALL.txt

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


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

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Nov 14 22:43:45 2009 UTC (13 days, 22 hours ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.60: +8 -2 lines
Diff to previous 1.60
add some verbosity re: settings that need to be changed prior to running the script

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 18:39:49 2009 UTC (2 weeks, 2 days ago) by anarcat
Branch: MAIN
Changes since 1.59: +13 -2 lines
Diff to previous 1.59
document more the install.sh script

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 13:49:27 2009 UTC (2 weeks, 2 days ago) by mig5
Branch: MAIN
Changes since 1.58: +4 -2 lines
Diff to previous 1.58
#606964 add sudo as a dependency

Revision 1.58 - (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.57: +1 -1 lines
Diff to previous 1.57
various small fixes to install docs

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 03:14:09 2009 UTC (2 weeks, 2 days ago) by anarcat
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
fix install.sh call

Revision 1.56 - (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.55: +69 -191 lines
Diff to previous 1.55
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.55 - (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.54: +10 -0 lines
Diff to previous 1.54
#617490 by adrinux - add unzip as a system dependency in hostmaster, to handle extraction of jquery.ui lib

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 04:10:27 2009 UTC (4 weeks, 3 days ago) by mig5
Branch: MAIN
Changes since 1.53: +4 -1 lines
Diff to previous 1.53
update INSTALL.txt to show new dependencies at Checkpoint

Revision 1.53 - (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.52: +5 -5 lines
Diff to previous 1.52
update install script and docs to use drush 2.1

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 07:56:41 2009 UTC (5 weeks ago) by mig5
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
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.51 - (view) (download) (annotate) - [select for diffs]
Wed Oct 21 05:07:51 2009 UTC (5 weeks, 3 days ago) by anarcat
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
fix rewording of the reword

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Oct 21 04:59:15 2009 UTC (5 weeks, 3 days ago) by anarcat
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
remove superfluous star

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Oct 21 04:50:42 2009 UTC (5 weeks, 3 days ago) by anarcat
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
reword a bit, more cosmetic fixes

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Oct 20 22:47:12 2009 UTC (5 weeks, 3 days ago) by mig5
Branch: MAIN
Changes since 1.47: +3 -0 lines
Diff to previous 1.47
point out that /bin/sh is only an example, attempting to deal with confused Ubuntu users in a dash shell

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Oct 14 12:05:25 2009 UTC (6 weeks, 3 days ago) by mig5
Branch: MAIN
Changes since 1.46: +116 -207 lines
Diff to previous 1.46
#602242 by jonhattan and a bit by me - refactor INSTALL.txt to depend on drush_make, other cleanup, re-ordering, making sane, killing less kittens

Revision 1.46 - (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.45: +2 -2 lines
Diff to previous 1.45
Change hostmaster makefile to source packages from cvs , not d.o downloads

Revision 1.45 - (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.44: +3 -2 lines
Diff to previous 1.44
#592210 - change bash-centric commands that cause incompatabilities with dash (eg Ubuntu 9.04)

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Sep 25 16:41:26 2009 UTC (2 months ago) by anarcat
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43
#588042 - fix permissions on config directory

Revision 1.43 - (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.42: +4 -4 lines
Diff to previous 1.42
follow the 0.4-alpha1 tags

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

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 21:23:56 2009 UTC (3 months ago) by anarcat
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
don't assume bash is installed, tell users to use sh instead

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 16:23:02 2009 UTC (3 months ago) by anarcat
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
fix adduser creation again

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 16:00:31 2009 UTC (3 months ago) by anarcat
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
fix adduser syntax (--ingroup instead of --group)

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

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 16:14:22 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
raah.. forgot to bump the release number here, we're now RC4 (but this
slipped past the release)

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 15:35:39 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
really fix spelling of additional

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 15:35:03 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
fix spelling of additional

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 15:33:14 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
fix drush install command for provision, spotted by jonhattan

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 14:56:09 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.32: +9 -1 lines
Diff to previous 1.32
mention issues with settings.php on install

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 14:52:21 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.31: +13 -11 lines
Diff to previous 1.31
spellcheck, mostly by mig5

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 14:49:33 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.30: +365 -135 lines
Diff to previous 1.30
#553230 by jonhattan - INSTALL.txt fixes/changes/improvements

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 02:40:51 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.29: +24 -0 lines
Diff to previous 1.29
#550352 - add a sample database layout, thanks mig5!

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 02:33:00 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.28: +11 -0 lines
Diff to previous 1.28
#550352 - clarify some tricky non-intuitive parts of the install process

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 02:26:04 2009 UTC (3 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27
#550352 - make sure we install the modules and themes in the right places

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 22:57:58 2009 UTC (4 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC3
Changes since 1.26: +12 -4 lines
Diff to previous 1.26
add back dependency on install_profile_api now that there is a release (#501548). updated documentation accordingly

Revision 1.26 - (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.25: +1 -1 lines
Diff to previous 1.25
Small fix in install.txt and change the tags in install.sh.txt

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Jul 11 20:03:46 2009 UTC (4 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.24: +6 -6 lines
Diff to previous 1.24
fix drupal 6 path

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Jul 11 20:02:26 2009 UTC (4 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.23: +6 -6 lines
Diff to previous 1.23
#510480 - stop specifying the drupal version, use drush to download the latest one, fix eldir version while i'm here

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jul 10 18:49:43 2009 UTC (4 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
#510480 - update install and upgrade instructions for 0.3

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 15:56:00 2009 UTC (4 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC1
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
Some small updates to docs, and uncommenting some things

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jun 25 03:22:35 2009 UTC (5 months ago) by anarcat
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#482412 - install the theme in sites/all/themes because the D6 install
 profile cannot pick it up otherwise. deploy the CVS version of
 install_profile_api because of #501548

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jun 25 01:16:39 2009 UTC (5 months ago) by anarcat
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
add instructions to deploy the required install_profile_api module

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jun 20 23:26:55 2009 UTC (5 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
not enabling name-based virtual hosts can have really weird results, document it in the INSTALL.txt

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 15:24:28 2009 UTC (5 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17
clarify the permissions required to checkout the code

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 21:04:23 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-BETA1
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
update tags for a beta d6 release of the frontend

Revision 1.14.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 20:32:23 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-2
Changes since 1.14.2.3: +6 -6 lines
Diff to previous 1.14.2.3 , to branch point 1.14 , to next main 1.61
update instructions for the 0.2 tags that are going to be soon laid down for the release

Revision 1.14.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 23:42:11 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: DRUPAL-5
Changes since 1.14.2.2: +5 -5 lines
Diff to previous 1.14.2.2 , to branch point 1.14
refine instructions to clarify the initial permissions of the /var/aegir directory

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:32:36 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.15: +11 -3 lines
Diff to previous 1.15
tell how to download admin_menu, and explain a bit how to use drush to
download it, as an example

forward ported from D5 branch

Revision 1.14.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:30:33 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: DRUPAL-5
Changes since 1.14.2.1: +13 -3 lines
Diff to previous 1.14.2.1 , to branch point 1.14
tell how to download admin_menu, and explain a bit how to use drush to
download it, as an example

Revision 1.14.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 19:59:31 2009 UTC (5 months, 3 weeks ago) by anarcat
Branch: DRUPAL-5
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
update D5 instructions to use the RC tags

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 3 20:38:15 2009 UTC (5 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.14: +12 -11 lines
Diff to previous 1.14
fix instructions for Drupal 6

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon May 25 17:38:45 2009 UTC (6 months ago) by anarcat
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
#46420 by MichaelCole: fix install instructions for theme

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon May 25 17:37:35 2009 UTC (6 months ago) by anarcat
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#463012 by MichealCole: fix tags in install instructions

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed May 13 17:46:19 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-BETA1, DRUPAL-5--0-2-RC1
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
prepare the CVS install instructions for a beta1

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat May 9 14:57:14 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.10: +9 -1 lines
Diff to previous 1.10
tell people how to deploy the theme, follow 5.x version

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat May 9 14:54:33 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
update the documentation to tell people to install hosting in the
profiles/hostmaster directory instead of sites/default

See: ##446620
Spotted by: redndead

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu May 7 15:27:35 2009 UTC (6 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.8: +64 -4 lines
Diff to previous 1.8
add requirements to INSTALL.txt (Apache, PHP, MySQL, MTA)

Closes: #454728

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 17:27:02 2009 UTC (7 months ago) by anarcat
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
use a CVSROOT instead of forgetting the -d flag everywhere

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 17:24:58 2009 UTC (7 months ago) by anarcat
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
nitpicking: latest drupal 5.x release is now 5.16

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 17:10:15 2009 UTC (8 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.5: +3 -6 lines
Diff to previous 1.5
we do not need provision setup anymore

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 01:31:10 2009 UTC (8 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
clarify the home of the aegir user and some permissions stuff for #387038

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 10 18:23:32 2009 UTC (8 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fix path consistency

See: #389192

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 10 18:07:17 2009 UTC (8 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.2: +17 -0 lines
Diff to previous 1.2
document how to create new platforms

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 20:53:22 2009 UTC (9 months ago) by anarcat
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
tell emacs and everyone else this is a ReST document

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 20:45:41 2009 UTC (9 months ago) by anarcat
Branch: MAIN
add install instructions for 0.2

Closes: #259385

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