Add new/improved install_corepos()
function
probably needs still more improvement, but getting here. so far it only does the office setup
This commit is contained in:
parent
cde124b916
commit
6c78d3c1d5
2 changed files with 93 additions and 4 deletions
13
rattail_fabric2/deploy/corepos/fannie-config.php.mako
Normal file
13
rattail_fabric2/deploy/corepos/fannie-config.php.mako
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
$FANNIE_ROOT = '${rootdir}/IS4C/fannie/';
|
||||
$FANNIE_URL = '${rooturl}/';
|
||||
$FANNIE_SERVER = '127.0.0.1';
|
||||
$FANNIE_SERVER_DBMS = 'MYSQLI';
|
||||
$FANNIE_SERVER_USER = '${mysql_username}';
|
||||
$FANNIE_SERVER_PW = '${mysql_password}';
|
||||
$FANNIE_OP_DB = '${mysql_name_prefix}core_op';
|
||||
$FANNIE_TRANS_DB = '${mysql_name_prefix}core_trans';
|
||||
$FANNIE_ARCHIVE_DB = '${mysql_name_prefix}trans_archive';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue