forked from thenexxuz-zz/phpBMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (29 loc) · 1.41 KB
/
README
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
= phpBMS - README =
-------------------
=== SERVER REQUIREMENTS ===
Your server must be running at least:
* MySQL Server 5.0+
* PHP 5.2.0+ with MySQL support enabled.
* Apache 2.0 or higher
=== INSTALLATION ===
* To install, from a web broswer, point to the index.php file located
in the install directory. (e.g. if you installed phpBMS to the root
web folder of www.mytest.com, point your browser to:
http://www.mytest.com/install/
OR
http://www.mytest.com/install/index.php
* Follow the instructions on the installation page
=== UPDATING AN INSTALLED VERSION OR MODULE ===
* If you are updating or upgrading your current installation of phpBMS
from a web browser point to the update.php file located in the install
directory. (e.g. if you installed phpBMS to the root web folder
of www.mytest.com, point your browser to:
http://www.mytest.com/install/update.php
* Follow the instructions on the update page
== AFTER INSTALL/UPDATE ==
* Be sure to make note of the admin password given to you at the end of the
installation process.
* You will need to delete your installation directories in the application
root and any installation directories in your modules directories.
(e.g. the /modules/bms/install/ directory)
- phpbms project development team (http://www.phpbms.org) **NOTE: this website is currently NOT up and running