Difference between revisions of "Install an Ipbwiki Forum Addon"
From Organic Design wiki
m |
|||
| Line 1: | Line 1: | ||
{{procedure | {{procedure | ||
| − | |description = This procedure installs an Ip Board and an IPB Wiki Forum addon | + | |description = This procedure installs an Ip Board and an IPB Wiki Forum addon. |
|role = Sysop | |role = Sysop | ||
|status = | |status = | ||
}} | }} | ||
| + | |||
| + | ===Purchase Software=== | ||
| + | |||
| + | Purchase an IP Board license has been purchased and download its zip file. | ||
| + | |||
| + | Purchase a lifetime license version of IPB Wiki with the copyright release. | ||
| + | |||
| + | Have all three serials to hand. | ||
| + | |||
| + | ===Setup Server=== | ||
| + | |||
| + | Create a directory forums in the wiki directory, ie /var/www/wikis/foo/forums | ||
| + | |||
| + | Change /var/www/vhosts to allow browsers to pass through to this directory, ie | ||
| + | <pre> | ||
| + | RewriteCond %{REQUEST_URI} ^/forums | ||
| + | RewriteCond %{HTTP_HOST} ^.*(foo.\com) | ||
| + | RewriteRule (.*) /%1$1 [L] | ||
| + | </pre> | ||
| + | |||
| + | Unzip the IPBoard file into your home directory, then copy the four directories to the /forums directory. Navigate to http://www.foo.com/forums/Documentation/InstallationGuide/install_guide.html | ||
Revision as of 23:24, 1 July 2009
| Install an Ipbwiki Forum Addon Organic Design procedure |
Purchase Software
Purchase an IP Board license has been purchased and download its zip file.
Purchase a lifetime license version of IPB Wiki with the copyright release.
Have all three serials to hand.
Setup Server
Create a directory forums in the wiki directory, ie /var/www/wikis/foo/forums
Change /var/www/vhosts to allow browsers to pass through to this directory, ie
RewriteCond %{REQUEST_URI} ^/forums
RewriteCond %{HTTP_HOST} ^.*(foo.\com)
RewriteRule (.*) /%1$1 [L]
Unzip the IPBoard file into your home directory, then copy the four directories to the /forums directory. Navigate to http://www.foo.com/forums/Documentation/InstallationGuide/install_guide.html



