-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME
More file actions
61 lines (42 loc) · 2.03 KB
/
README
File metadata and controls
61 lines (42 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* $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