You are here

README.txt in Entity Share 7

SUMMARY
-------

Entity Share UI Server allows to configure the server API security.

HOW DOES IT WORK
----------------

A list of Ips is authorized.

INSTALLATION
------------

1. Place this module directory in your modules folder 
   (this will usually be "sites/all/modules").
2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.

REQUIREMENTS
------------

- https://www.drupal.org/project/entity_share
- entity_share_ui
- entity_share_server

CONFIGURATION
-------------

Use the interface to configure the different options:
- Server security

Set the correct permissions to your Drupal user.
- Administer EntityShare
    - To Access the EntityShare administration pages 
      admin/config/entity_share/server

For remote access to the EntityShare Rest API, 
you have to create a specific user and to grant 
it the permissions:
- Access EntityShare Server
    - To be able to communicate with the rest api

File

modules/entity_share_ui/modules/entity_share_ui_server/README.txt
View source
  1. SUMMARY
  2. -------
  3. Entity Share UI Server allows to configure the server API security.
  4. HOW DOES IT WORK
  5. ----------------
  6. A list of Ips is authorized.
  7. INSTALLATION
  8. ------------
  9. 1. Place this module directory in your modules folder
  10. (this will usually be "sites/all/modules").
  11. 2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.
  12. REQUIREMENTS
  13. ------------
  14. - https://www.drupal.org/project/entity_share
  15. - entity_share_ui
  16. - entity_share_server
  17. CONFIGURATION
  18. -------------
  19. Use the interface to configure the different options:
  20. - Server security
  21. Set the correct permissions to your Drupal user.
  22. - Administer EntityShare
  23. - To Access the EntityShare administration pages
  24. admin/config/entity_share/server
  25. For remote access to the EntityShare Rest API,
  26. you have to create a specific user and to grant
  27. it the permissions:
  28. - Access EntityShare Server
  29. - To be able to communicate with the rest api