Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
domain-3252231
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
domain-3252231
Commits
3ee4abdc
Commit
3ee4abdc
authored
16 years ago
by
Ken Rickard
Browse files
Options
Downloads
Patches
Plain Diff
Adds the quickstart guide
parent
4366bb3c
No related branches found
Branches containing commit
Tags
7.x-1.1-alpha1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL_QUICKSTART.txt
+66
-0
66 additions, 0 deletions
INSTALL_QUICKSTART.txt
with
66 additions
and
0 deletions
INSTALL_QUICKSTART.txt
0 → 100644
+
66
−
0
View file @
3ee4abdc
// $Id$
/**
* @file
* Quickstart INSTALL file for Domain Access.
*/
This file is a quickstart guide for using the Domain Access
suite of modules.
For full documentation, see INSTALL.txt and README.txt
INSTALLATION INSTRUCTIONS
1. Before proceeding, you must install and configure Drupal
without installing this module.
Note that you only need one settings directory and file.
2. Unpack the download and place it in your modules directory.
Note the path to this directory, it is normally:
'sites/all/modules'
3. Add the following four lines of code to your settings.php file:
/**
* Add the custom_url_rewrite_outbound function.
*/
require_once './sites/all/modules/domain/settings_custom_url.inc';
NOTE: You may need to alter the file path above based on your
site configuration. See INSTALL.txt for further help.
4. Go to Admin > Build > Modules. Therre you will see the Domain
module group.
Only enable the Domain Acccess module.
5. Configure permissions for the module, normally you will give your
site administrators the following permissions:
-- 'administer domains'
-- 'set domain access'
If you intend to use access control for editors, you may wish to set
the following permissions:
-- 'assign domain editors'
-- 'edit domain nodes'
For more information see README.txt.
6. Read the main README.txt file for the Domain Access module.
7. Go to Admin > Build > Domain and configure the module.
8. Now you are ready to explore the options available to you.
The Domain Access suite contains a number of optional helper
modules. You do not need to use any of these modules, but
they may add features that you desire.
Each of the modules has its own INSTALL.txt and README.txt files.
Please read them carefully before activating them.
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