Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
508a54d7
Commit
508a54d7
authored
Mar 04, 2010
by
mig5
Committed by
mig5
Mar 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the HINTS files to Include the new apache.conf
parent
62b25d41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
HINTS_CentOS.txt
HINTS_CentOS.txt
+2
-2
HINTS_Solaris.txt
HINTS_Solaris.txt
+1
-1
No files found.
HINTS_CentOS.txt
View file @
508a54d7
...
...
@@ -49,8 +49,8 @@ Shell commands::
useradd --home-dir /var/aegir aegir
gpasswd -a aegir www-data
chmod -R 755 /var/aegir
# Include the Aegir config
echo "Include /var/aegir/config/vhost.d/" >
/etc/httpd/conf.d/aegir.conf
# Include the Aegir config
s
ln -s /var/aegir/config/apache.conf
/etc/httpd/conf.d/aegir.conf
service mysqld start
# Optional: set the mysql root password
mysqladmin password $password
...
...
HINTS_Solaris.txt
View file @
508a54d7
...
...
@@ -58,7 +58,7 @@ Shell commands::
groupadd aegir
useradd -g aegir -G webservd -d /var/aegir -s /bin/bash -c "Aegir sandbox" aegir
chown aegir:aegir /var/aegir
echo "Include /var/aegir/config/
vhost.d/
" >> /etc/apache2/httpd.conf
echo "Include /var/aegir/config/
apache.conf
" >> /etc/apache2/httpd.conf
MySQL commands::
# Replace 'aegir_password' with the chosen password for 'aegir' mysql account
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment