-
Notifications
You must be signed in to change notification settings - Fork 9
FUDforum is a super fast and scalable discussion forum. It is highly customizable and supports unlimited members, forums, posts, topics, polls & attachments. It can import XML Feeds and sync with USENET groups and Mailing Lists (bi-directional).
License
fudforum/FUDforum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/* $Id$ */ This package contains all the files required to install FUDforum, uninstall FUDforum, and to upgrade existing forum installations. Install steps: -------------- 1) Copy 'install.php' and 'fudforum_archive' to a web-accessible directory on your web server. It is a good idea to place the script in the same directory where you intend to install the forum. 2) Run install.php from your web browser. 3) The installation wizard will guide you through five simple configuration steps. Detailed instructions can be found at https://github.com/fudforum/FUDforum/wiki/Installation Upgrade steps: -------------- 1) Copy 'upgrade.php' and 'fudforum_archive' to your forum's web directory. Tip: Upload them using your forum's 'File Manager' in the Admin Control Panel. 2) Run upgrade.php from your web browser. 3) After the upgrade, the consistency checker will launch. If it does not, you will need to run the consistency checker manually. Detailed instructions can be found at https://github.com/fudforum/FUDforum/wiki/Upgrading Uninstall steps: ---------------- 1) Open 'uninstall.php' with a text editor and comment out the second line of this script. 2) Copy uninstall.php to your forum's Web Root directory. Tip: Upload it using your forum's 'File Manager' in the Admin Control Panel. 3) Run uninstall.php from your web browser. Quick Start Commands: --------------------- Get your forum up and running in less than five minutes: wget https://raw.githubusercontent.com/fudforum/FUDforum/master/install.php wget https://raw.githubusercontent.com/fudforum/FUDforum/master/upgrade.php wget https://raw.githubusercontent.com/fudforum/FUDforum/master/fudforum_archive Navigate to install.php or upgrade.php from your web browser. Command-line operations: ------------------------ The aforementioned "install.php", "upgrade.php" and "uninstall.php" scripts can also be executed from the command line. This allows for automated and mass deployment of the forum software. Details are available on the wiki. Enjoy! The FUDforum team
About
FUDforum is a super fast and scalable discussion forum. It is highly customizable and supports unlimited members, forums, posts, topics, polls & attachments. It can import XML Feeds and sync with USENET groups and Mailing Lists (bi-directional).