Guest User

Untitled

a guest
Jun 11th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Marcus Povey's Multisite for Elgg
  2. (c) Copyright Marcus Povey 2010-12
  3.  
  4. This is a version of Elgg which supports multiple sites on a single
  5. installation.
  6.  
  7. It was created and copyrighted by:
  8.  
  9. Marcus Povey <marcus@marcus-povey.co.uk>
  10.  
  11. Elgg was created and is copyrighted Curverider Ltd 2008-10
  12.  
  13. INSTALLATION
  14.  
  15. 1) Unzip the package on your web server.
  16.  
  17. 2) Point your master domain at the contents of the install location on your web server (e.g /var/multisite)
  18. You will want to make sure that this location is behind some form of access restriction limiting it to only
  19. your organisation as it will contain the data root of all elgg domains.
  20.  
  21. 3) Point any sub domains to the contents of the docroot folder, eg (/var/multisite/docroot)
  22.  
  23. 4) Chmod 777 docroot/data - this is the default location for multisite domains data directories.
  24.  
  25. 5) Install schema/multisite_mysql.sql
  26.  
  27. 6) Rename settings.example.php in docroot/elgg/engine/ to settings.php and configure:
  28.  
  29. $CONFIG->multisite->dbuser = 'your username';
  30. $CONFIG->multisite->dbpass = 'password';
  31. $CONFIG->multisite->dbhost = 'host';
  32.  
  33. as appropriate.
  34.  
  35. It is recommended that this user have the privileges to create databases and grant access to them.
  36.  
  37. 7) Visit your master domain and configure your admin user
  38.  
  39. 8) Begin configuring your sites!
Add Comment
Please, Sign In to add comment