Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74880 Details for
Bug 109170
new ebuild: RoundCube ajax webmail client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
postinstall-en.txt
postinstall-en.txt (text/plain), 1.21 KB, created by
steveb
on 2005-12-16 07:36:30 UTC
(
hide
)
Description:
postinstall-en.txt
Filename:
MIME Type:
Creator:
steveb
Created:
2005-12-16 07:36:30 UTC
Size:
1.21 KB
patch
obsolete
>Almost done! > >1. Setup the database tables: > > For MySQL: > > New install: > Create the database: > mysql -u root -p create DB_NAME > > Create the needed tables: > mysql -u root -p < /usr/share/webapps/roundcube_webmail/VERSION/sqlscripts/mysql/VERSION_create.sql DB_NAME > > Create roundcube_webmail MySQL user: > mysql -u root -p -e "GRANT ALL ON DB_NAME.* TO DB_USER@localhost IDENTIFIED BY 'DB_PASSWORD';FLUSH PRIVILEGES;" > > > Update from 0.1-20051007: > mysql -u root -p < /usr/share/webapps/roundcube_webmail/VERSION/sqlscripts/mysql/0.1-20051007_to_VERSION.sql DB_NAME > > > For SQLite: > > New install: > sqlite -init /usr/share/webapps/roundcube_webmail/VERSION/sqlscripts/sqlite/VERSION_create.sql DB_NAME > > >2. Edit the files: db.inc.php and main.inc.php in the config sub-directory of >the roundcube_webmail installation. In order to connect to the database you'll >need to change the following line in db.inc.php to look something like this: > >For MySQL: > $rcmail_config['db_dsnw'] = 'mysql://roundcube:roundcube@localhost/roundcube'; > >For SQLite: > $rcmail_config['db_dsnw'] = 'sqlite://./sqlite.db?mode=0646'; > > >3. Finally, point your browser to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 109170
:
70646
|
70647
|
70826
|
70827
|
70833
|
70838
|
71594
|
72730
|
74867
|
74869
|
74875
|
74879
| 74880 |
74881
|
74882
|
90550
|
90551
|
120506
|
127845
|
132360
|
157759
|
166332
|
175526
|
179755