WebGUI 2.4.0 release
This commit is contained in:
parent
2a61818564
commit
6286f9bfaf
74 changed files with 2332 additions and 548 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
##################################################################
|
||||
# Quick And Dirty Install Instructions #
|
||||
##################################################################
|
||||
|
|
@ -28,11 +27,9 @@ QnD INSTALL INSTRUCTIONS:
|
|||
|
||||
4. Install MySQL.
|
||||
|
||||
5. Install MnoGO Search (http://www.mnogosearch.org).
|
||||
5. Extract WebGUI into your webroot.
|
||||
|
||||
6. Extract WebGUI into your webroot.
|
||||
|
||||
7. Run the following Database commands. (You should modify the
|
||||
6. Run the following Database commands. (You should modify the
|
||||
commands to match your database, username, and password.)
|
||||
|
||||
mysql -e "create database WebGUI"
|
||||
|
|
@ -40,9 +37,9 @@ QnD INSTALL INSTRUCTIONS:
|
|||
mysql -e "flush privileges"
|
||||
mysql -uwebgui -ppassword WebGUI < docs/create.sql
|
||||
|
||||
8. Edit "etc/WebGUI.conf" to patch your DB settings and log directory.
|
||||
7. Edit "etc/WebGUI.conf" to patch your DB settings and log directory.
|
||||
|
||||
9. Run the following command from your WebGUI directory to determine
|
||||
8. Run the following command from your WebGUI directory to determine
|
||||
whether you've configured your system correctly.
|
||||
|
||||
perl testEnvironment.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue