You are here

INSTALL.txt in Simple Access 5

Same filename and directory in other branches
  1. 8.3 INSTALL.txt
  2. 5.2 INSTALL.txt
  3. 6.2 INSTALL.txt
  4. 7.2 INSTALL.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: simple_access module
Author: Jeff Robbins
Dependancies:
  This module requires node module.

INSTALLATION
********************************************************************
1. Place the entire simple_access directory into your Drupal modules/
   directory.

2. Enable this module by navigating to:

     administer > modules

3. After enabling this module in the previous step, navigate to

     administer > access control > simple access

   and click the 'Setup Database' button. The module is now installed.


CREATING AN ACCESS GROUP
********************************************************************
Access groups are made up of user roles. Creating an access group
allows you to define the content accessible to those uesrs. By
default, simple_access makes all content public.

1. Once installed, navigate to

     administer > access control > simple access > add group

   and fill in the form fields as required.


SECURING CONTENT
********************************************************************
Permissions are defined for content on the content editing form. A
screenshot is here: http://www.jjeff.com/simple_access/

File

INSTALL.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: simple_access module
  5. Author: Jeff Robbins
  6. Dependancies:
  7. This module requires node module.
  8. INSTALLATION
  9. ********************************************************************
  10. 1. Place the entire simple_access directory into your Drupal modules/
  11. directory.
  12. 2. Enable this module by navigating to:
  13. administer > modules
  14. 3. After enabling this module in the previous step, navigate to
  15. administer > access control > simple access
  16. and click the 'Setup Database' button. The module is now installed.
  17. CREATING AN ACCESS GROUP
  18. ********************************************************************
  19. Access groups are made up of user roles. Creating an access group
  20. allows you to define the content accessible to those uesrs. By
  21. default, simple_access makes all content public.
  22. 1. Once installed, navigate to
  23. administer > access control > simple access > add group
  24. and fill in the form fields as required.
  25. SECURING CONTENT
  26. ********************************************************************
  27. Permissions are defined for content on the content editing form. A
  28. screenshot is here: http://www.jjeff.com/simple_access/