easyphp.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. :orphan:
  2. Installing Elgg on EasyPHP
  3. ##########################
  4. You should first be familiar with the :doc:`standard installation instructions <../install>`.
  5. - Assuming no MySQL, PHP or Apache installations exist already.
  6. - Best run as a development/test server
  7. 1. Stop IIS running if installed
  8. 2. Download and install the latest Easy PHP from http://www.easyphp.org
  9. 3. Set up the database and point the web server to your Elgg folder (all done from the EasyPHP tray icon)
  10. - Right click EasyPHP tray icon, select "Administration"
  11. - A new tab is created in your browser for managing Easy PHP
  12. - Add your Elgg folder to Apache in "Alias" section
  13. - Click "Manage MySQL with PhpMyAdmin", create a database and account for Elgg
  14. 4. (Ignore this step for v5.3 or later) From the tray icon go Configuration/Apache
  15. and uncomment this line::
  16. #LoadModule rewrite_module modules/mod_rewrite.so
  17. 5. (Ignore this step for v5.3 or later) Change ``AllowOverride None`` to ``AllowOverride All``
  18. in the relevant directory entry in Configuration/Apache
  19. 6. (Ignore this step for v5.3 or later) From the tray icon fo Configuration/PHP
  20. and uncomment this line::
  21. ;extension=php_curl.dll
  22. 7. A reboot is best Elgg should run via http://127.0.0.1