FreeBSD Bugzilla – Attachment 110108 Details for
Bug 151225
[NEW PORT] www/ach
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pkg-message.in.txt
pkg-message.in.txt (text/plain; charset=UTF-8), 1.42 KB, created by
Carlo Strub
on 2010-10-19 21:10:44 UTC
(
hide
)
Description:
pkg-message.in.txt
Filename:
MIME Type:
Creator:
Carlo Strub
Created:
2010-10-19 21:10:44 UTC
Size:
1.42 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pkg-message.in ># >echo x - pkg-message.in >sed 's/^X//' >pkg-message.in << '7b21bafb4a117a5daf12100e850e69d7' >XYou now need to create the DB where ACH is going to live >X >XMySQL:: >X mysqladmin -u dba_user -p create ach >X mysql -u dba_user -p >X GRANT ALL PRIVILEGES ON ach.* TO ach@localhost IDENTIFIED BY 'passwd'; >X mysql -u ach -p passwd ach < %%WWWDIR%%/db.sql >X >X >XIn %%WWWDIR%%/code/common_db.php, add your database connection details: >X >X $dbhost = '127.0.0.1'; >X $dbusername = 'ach'; >X $dbuserpassword = 'passwd'; >X $default_dbname = 'ach'; >X >X >XAt the top of %%WWWDIR%%/parts/includes.php, edit the following lines to >Xreflect your environment, replacing SITEURL with your own domain. Do not >Xinclude trailing slashes (eg. domain.com instead of domain.com/). >X >X <base href="http://SITEURL"> >X <?php $base_URL="http://SITEURL"; >X $email_domain="SITEURL"?> >X >X >XYou also need to add appropriate configuration directives to your webserver. >XA typical configuration might read: >X >X Alias /ach "%%WWWDIR%%" >X <Directory "%%WWWDIR%%"> >X Options Indexes FollowSymlinks >X AllowOverride All >X Order allow,deny >X Allow from all >X </Directory> >7b21bafb4a117a5daf12100e850e69d7 >exit >
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 151225
:
110107
| 110108