Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
181b6077
Commit
181b6077
authored
Aug 29, 2010
by
mig5
Committed by
mig5
Aug 29, 2010
Browse files
Options
Downloads
Patches
Plain Diff
update RST syntax, other minor corrections
parent
9a223765
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/INSTALL.txt
+5
-5
5 additions, 5 deletions
docs/INSTALL.txt
docs/UPGRADE.txt
+8
-8
8 additions, 8 deletions
docs/UPGRADE.txt
with
13 additions
and
13 deletions
docs/INSTALL.txt
+
5
−
5
View file @
181b6077
...
...
@@ -11,10 +11,10 @@ Aegir Drupal provisionning system.
------------------------------------------------------------------------------
Aegir installation seems difficult at first, but once you get around it, it's
fairly simple. It's 3 basic steps:
fairly simple. It's 3 basic steps:
:
1. Install requirements
2. Configure system requirements, which include:
2. Configure system requirements, which include:
:
* create a Aegir user
* configure Apache, MySQL, DNS, etc
3. Run the install script.
...
...
@@ -134,11 +134,11 @@ Shell commands as root::
If the command returns your IP address, you are all set. If it returns
an error you will need to edit your ``/etc/hosts`` file.
First line of this file looks like:
First line of this file looks like:
:
``127.0.0.1 localhost``
Simply add all domains you want to this line. e.g:
Simply add all domains you want to this line. e.g:
:
``127.0.0.1 localhost $AEGIR_HOST $AEGIR_DOMAIN other1 other2``
...
...
@@ -247,7 +247,7 @@ This section deals with the actual installation of Aegir.
There is an install script that takes care of installing the right packages and
preparing the backend and frontend install for you. That script needs to be run
as the aegir user created above. This file is available in Provision or can be
downloaded through the web with this command:
downloaded through the web with this command:
:
Shell commands::
wget -O install.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=HEAD'
...
...
This diff is collapsed.
Click to expand it.
docs/UPGRADE.txt
+
8
−
8
View file @
181b6077
...
...
@@ -51,7 +51,7 @@ Shell commands::
As of the 0.4-alpha3 release, 'unzip' is a required dependency on your server
in order to successfully extract the jquery.ui library that is part of some UI
improvements. On Debian, this means:
improvements. On Debian, this means:
:
Shell commands::
...
...
@@ -59,7 +59,7 @@ Shell commands::
If you intend on upgrading your system to the bleeding edge version of the
code from our git repositories, you will need the git program installed. On
Debian, this means:
Debian, this means:
:
Shell commands::
...
...
@@ -163,11 +163,11 @@ Shell commands as root::
If the command returns your IP address, you are all set. If it returns
an error you will need to edit your ``/etc/hosts`` file.
First line of this file looks like:
First line of this file looks like:
:
``127.0.0.1 localhost``
Simply add all domains you want to this line. e.g:
Simply add all domains you want to this line. e.g:
:
``127.0.0.1 localhost $AEGIR_HOST $AEGIR_DOMAIN other1 other2``
...
...
@@ -184,7 +184,7 @@ To make sure that the Aegir backend, and all the possible web servers can
reach your database server, you need to configure mysql to listen on all
the public IP addresses available to it.
/etc/mysql/my.c
o
nf configuration line to comment out::
/etc/mysql/my.cnf configuration line to comment out::
bind-address = 127.0.0.1
Now you need to restart mysql, to clear any caches.
...
...
@@ -224,15 +224,15 @@ After you have completed the migration process as outlined above,
you will need to change the line you added to either the httpd.conf file
or /etc/apache2/conf.d/aegir file during installation.
Open your httpd.conf file and modify
:
Open your httpd.conf file and modify
:
:
Include /var/aegir/config/vhost.d
To read :
To read :
:
Include /var/aegir/config/apache.conf
You will also need to create the following directories :
You will also need to create the following directories :
:
/var/aegir/config/platform.d
/var/aegir/config/apache.d
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment