Changes

Jump to navigation Jump to search
535 bytes added ,  05:11, 4 September 2014
m
no edit summary
Line 7: Line 7:     
==Installation==
 
==Installation==
 +
===Get the latest version of Elgg===
 
Download the latest 1.8.x version from [http://elgg.org/getelgg.php?forward=elgg-1.8.19.zip elgg.org]
 
Download the latest 1.8.x version from [http://elgg.org/getelgg.php?forward=elgg-1.8.19.zip elgg.org]
 +
 +
===Create an Ibay===
 
* Create an ibay named 'elgg' with the following typical settings:
 
* Create an ibay named 'elgg' with the following typical settings:
 
  Information bay name - elgg
 
  Information bay name - elgg
Line 15: Line 18:  
  Public access via web - Entire Internet (no password required)
 
  Public access via web - Entire Internet (no password required)
 
  Execution of dynamic content - Enabled
 
  Execution of dynamic content - Enabled
 +
 +
===Ibay PHP settings===
 +
Elgg requires some specific PHP settings. As root, issue the following commands:
 +
db accounts setprop elgg PHPBaseDir /home/e-smith/files/ibays/elgg/:/tmp/
 +
db accounts setprop elgg AllowOverride All
 +
signal-event ibay-modify elgg
 +
 +
 +
===Create MySQL database===
 +
Elgg requires a database. As root, issue the following commands:
 +
 +
mysqlcreate database elgg;grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';flush privileges;exit

Navigation menu