全部博文(89)
分类:
2008-10-23 09:19:19
[hantsy@localhost public_html]unzip cake_1.2.0.7296-rc2.zip
[hantsy@localhost public_html]mv cake_1.2.0.7296-rc2 cakeblog
Options all
AllowOverride all
Allow from all
Order Allow,Deny
[hantsy@localhost public_html]$ sudo /etc/init.d/httpd restart
[sudo] password for hantsy:
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[hantsy@localhost public_html] chmod a+rwx -R /home/hantsy/public_html/cakeblog/app/tmp
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2Gcakeblog'');
var $default = array(
'driver' => 'mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'cakeuser',
'password' => 'cakeuser',
'database' => 'cakeblog',
'prefix' => '',
);