07-14-2010, 10:42 PM
I cannot explain all but:
- Create a new db
- create a new user with all permission on the new db
- dump the create_tables.sql in the new DB
At this point you shoud see (with a DB interface) your brand new DB with all required tables.
- Edit inc/inc.Settings.php from line 113 to inform the DMS about your DB settings (host/password/user)
That's all what I do to setup a new letoDMS on a server (except uploading the php files and creating a data directory).
- Create a new db
- create a new user with all permission on the new db
- dump the create_tables.sql in the new DB
At this point you shoud see (with a DB interface) your brand new DB with all required tables.
- Edit inc/inc.Settings.php from line 113 to inform the DMS about your DB settings (host/password/user)
That's all what I do to setup a new letoDMS on a server (except uploading the php files and creating a data directory).