-
Notifications
You must be signed in to change notification settings - Fork 0
Mayflower Dev Notes
therrick edited this page Jan 13, 2013
·
3 revisions
short_open_tag=On
<VirtualHost *:80>
ServerAdmin tom@*********.com
DocumentRoot "/Users/tom/Documents/mayflower/dev/b8/httpdocs"
ServerName localdev.mayflowerbio.com
ServerAlias *.localdev.mayflowerbio.com
ErrorLog "/private/var/log/apache2/localdev-mayflowerbio-error_log"
CustomLog "/private/var/log/apache2/localdev-mayflowerbio-access_log" common
#SetEnv MAGE_IS_DEVELOPER_MODE "true"
ErrorDocument 500 /errors/500.html
Header set Access-Control-Allow-Methods POST,GET,DELETE,PUT,OPTIONS
<Directory "/Users/tom/Documents/mayflower/dev/b8/httpdocs">
AllowOverride All
DirectoryIndex index.phtml
AddHandler application/x-httpd-php .php5 .php4 .php .php3 .php2 .phtml
AddType application/x-httpd-php .php5 .php4 .php .php3 .php2 .phtml
Options None
Order deny,allow
Allow from all
</Directory>
</VirtualHost>
mysql -u root -p -e "create database mbio character set utf8;"
mysql -u root -p -e "GRANT ALL ON mbio.* TO 'mbio_web'@'localhost' IDENTIFIED BY 'EIEmbio';"
mysql -u root -p mbio < cbio.sql
- b8/include/site/config/th.ini (based on live.ini)
- added case to b8/include/cms/configuration/legacy/configuration.phtml for th.ini