Install
Multi-Site
- Use
create.sqlto make your tables via however you like to do these things (phpMyAdmin, etc.). Make sure to change the table name to the one you are going to specify in Step 3. - Rename the
/exampledirectory to whatever you want. - Edit
/example/config.inc.phpas per usual. - Upload files, hopefully everything is working.
- Edit as needed.
- To install another instance, just copy one of your
existing installs and edit
config.inc.phpas appropriate. Remember to give it a different value for$_SESSION['table'](and to create this table in MySQL).
Single Site
- Use
create.sqlto make your tables via however you like to do these things (phpMyAdmin, etc.). Make sure to change the table name to the one you are going to specify in Step 3. - Edit
/sk.fan/config.inc.phpas per usual. - Upload files, hopefully everything is working.
- Edit as needed.