Activate your project's MySQL database | |
Please Read all of the documentation provided by SourceForge for setting up your project database. It is provided here only for convenience.
|
Tiki Modifications | |
These instructions assume that you have installed Tiki at: /home/groups/n/na/name/htdocs/tiki/ tiki/db/tiki-db.php
Edit /home/groups/n/na/name/htdocs/tiki/db/tiki-db.php, you must add the init_set line and edit the file according to the following lines: Copy to clipboard
tiki/sessions/
Create the following directory for PHP session files to be stored: Copy to clipboard
Copy to clipboard
tiki/tiki-setup.php
after the line: Copy to clipboard
Copy to clipboard
|
Alternative setup | |
Create database as explained above
Copy to clipboard
The next step is to indeed change the tiki/db/tiki-db.php file. But only alter 4 lines Copy to clipboard
Sessions
Create a .htaccess file
Copy to clipboard
Copy to clipboard
memory_limit & session.save_path
Copy to clipboard
include_path The first 2 directory's are part of the include path that was in the sourceforge php.ini.
Make sure that those directories are correctly chmodded Copy to clipboard
Testing the altered tiki and new settings
Copy to clipboard
For instance
|
Adding the SourceForge.net logo to your site | |
As you may know or not know, all SF hosted projects are required to have the SF logo somewhere on their website. For more information about why you have to do this, see this page: https://sourceforge.net/apps/trac/sourceforge/wiki/Use%20of%20sflogo%20for%20statistics%20tracking You can use Site Identity to put this logo in your site footer.
|
2009 test install | |
|