--------------------------------------------------------- Structuredforum 0.5.1 instalation --------------------------------------------------------- This guide has been elaborated in Windows operating system and AppServ WAMP (Windows + Apache + MySQL + PHP) - http://www.appservnetwork.com/ Structuredforum it's only implemented with MySQl database (for another databases you can create esquemas in db/ directory) Activate InnoDB tables: --------------------------------------------------------- 1.Uncomment the following lines in my-huge.ini, my-large.ini, my-medium.ini and my-small.ini (C:\AppServ\mysql\) : # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = /usr/local/var/ innodb_data_file_path = ibdata1:10M:autoextend innodb_log_group_home_dir = /usr/local/var/ innodb_log_arch_dir = /usr/local/var/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high innodb_buffer_pool_size = 16M innodb_additional_mem_pool_size = 2M # Set .._log_file_size to 25 % of buffer pool size innodb_log_file_size = 5M innodb_log_buffer_size = 8M innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 50 2.Coment (or delete) skip-innodb line in C:\WINDOWS\my.ini 3.Reset MySQL service. 4.It's GD library active? (windows: extension=php_gd2.dll in C:\WINDOWS\php.ini) Module instalation: --------------------------------------------------------- 1.Unzip Structured_Forum_x.x.x.zip in moodle directory (c:/Appserv/www/moodle/) 2.Login administrator and acces to admin/ page. 3.Folowing instalation steps. Finished!! PD: Thanks and sorry for my bad english. :-)