[Openupload-svn-update] SF.net SVN: openupload:[58] trunk/INSTALL
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-22 18:41:44
|
Revision: 58
http://openupload.svn.sourceforge.net/openupload/?rev=58&view=rev
Author: tsdogs
Date: 2008-10-22 18:41:38 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
Update install instructions
Modified Paths:
--------------
trunk/INSTALL
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2008-10-22 18:41:16 UTC (rev 57)
+++ trunk/INSTALL 2008-10-22 18:41:38 UTC (rev 58)
@@ -15,17 +15,17 @@
mysql:
- create the db and the user
create database <database>;
- grant all privileges on <database>.* to '<user>'@'localhost' deintified by '<password>';
+ grant all privileges on <database>.* to '<user>'@'localhost' ideintified by '<password>';
- import the database schema and default config options
mysql <database> -u <user> -p < sql/mysql/1_schema.sql
mysql <database> -u <user> -p < sql/mysql/2_base.sql
- import the configuration mode (it is not required):
- mysql <database> -u <user> -p < sql/mysql/3_<mode>.sql
+ mysql <database> -u <user> -p < sql/mysql/3_mode_<selected>.sql
txt:
- the txt is usable, but I would not suggest it unless it's a really low traffic site.
- make sure the "rootdir" for the txtdb folder is writable by your apache user
- copy the default files from sql/txt/*.txt to the "rootdir" folder
- - substitute the wanted mode configuration acl_<mode>.txt over the acl.txt
+ - substitute the wanted mode configuration txt/modes/acl_<mode>.txt over the acl.txt
8. Point your browser to http://localhost/<wherever>
9. Login with "admin" "admin"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|