README.txt 989 B

12345678910111213141516171819202122232425
  1. Cloud Explorer
  2. --------------
  3. Cloud Explorer is written as a demonstration of the Simple Cloud API as
  4. implemented in Zend Framework (Zend_Cloud component). It provides the
  5. ability:
  6. * to browse collections within a document storage, and to add and
  7. delete documents from collections
  8. * to create queues, and to send and receive messages from queues
  9. * to upload and retrieve files to and from a storage service
  10. To try it out:
  11. * You will either need Zend Framework on your include_path, or you will
  12. need to symlink it into the library/ subdirectory.
  13. * You will need to create a virtual host pointing at the public/
  14. subdirectory as the DocumentRoot.
  15. * You will need to copy application/configs/application.ini.dist to
  16. application/configs/application.ini, and edit it to point at the
  17. appropriate services, and to provide the appropriate credentials for
  18. those services.
  19. Once you have accomplished the above, simply fire up a browser and point
  20. it to your virtual host.