Changes between Version 11 and Version 12 of Howto_Install
- Timestamp:
- Mar 9, 2007 2:17:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Install
v11 v12 67 67 While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite). 68 68 69 For example with mysql enter the following code on the command line: 70 {{{ 71 mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql 72 }}} 73 69 74 == Conclusion == 70 75 This is a very basic setup to get you up and running with Roundcube in less than twenty minutes. There are plenty of other options, and a lot more options to investigate. See [wiki:Howto_Config] or browse the forums ([http://www.roundcubeforum.net]) for other tricks and modifications, as well as support if you just can't get it working.
