Changes

Jump to navigation Jump to search
8 bytes removed ,  05:26, 4 September 2014
m
Line 1: Line 1: −
!! WIP, not finished yet !!
+
{{WIP box}}
 
{{Level|Medium}}
 
{{Level|Medium}}
   Line 12: Line 12:  
===Create an Ibay===
 
===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
  Description - elgg site
+
  Description -> elgg site
  Group - Admin
+
  Group -> Admin
  User access - Write = group, Read = everyone
+
  User access -> Write = group, Read = everyone
  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===
 
===Ibay PHP settings===
Line 29: Line 29:  
Elgg requires a database. As root, issue the following commands:
 
Elgg requires a database. As root, issue the following commands:
   −
  mysqlcreate database elgg;
+
  mysql
 +
create database elgg;
 
  grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';
 
  grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';
 
  flush privileges;
 
  flush privileges;

Navigation menu