You are here

README.txt in Entity Share 7

SUMMARY
-------

Entity Share Server enable the server part of the module.

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

A rest API is exposed thanks to this module.

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
------------

- entity_share

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

Install entity_share_ui_server module to be able to configure 
the module with UI.

Set the correct permissions to your Drupal user.

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

For IP protection, use the drupal variable "entity_share_server_rest" 
and separate the different Ips with a "\n"

File

modules/entity_share_server/README.txt
View source
  1. SUMMARY
  2. -------
  3. Entity Share Server enable the server part of the module.
  4. HOW DOES IT WORK
  5. ----------------
  6. A rest API is exposed thanks to this module.
  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. - entity_share
  15. CONFIGURATION
  16. -------------
  17. Install entity_share_ui_server module to be able to configure
  18. the module with UI.
  19. Set the correct permissions to your Drupal user.
  20. For remote access to the EntityShare Rest API,
  21. you have to create a specific user and to grant it
  22. the permissions:
  23. - Access EntityShare Server
  24. - To be able to communicate with the rest api
  25. For IP protection, use the drupal variable "entity_share_server_rest"
  26. and separate the different Ips with a "\n"