mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
phpci
This commit is contained in:
@@ -20,7 +20,7 @@ date_default_timezone_set('Europe/Vienna');
|
||||
define("DB_SYSTEM","pgsql");
|
||||
define("DB_HOST","localhost");
|
||||
define("DB_PORT","5432");
|
||||
define("DB_NAME","fhctest");
|
||||
define("DB_NAME","fhcomplete");
|
||||
define("DB_USER","web");
|
||||
define("DB_PASSWORD","web");
|
||||
define("DB_CONNECT_PERSISTENT",TRUE);
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
define("DB_SYSTEM","pgsql");
|
||||
define("DB_HOST","localhost");
|
||||
define("DB_PORT","5432");
|
||||
define("DB_NAME","fhctest");
|
||||
define("DB_NAME","fhcomplete");
|
||||
define("DB_USER","fhcomplete");
|
||||
define("DB_PASSWORD","fhcomplete");
|
||||
define("DB_CONNECT_PERSISTENT",FALSE);
|
||||
|
||||
@@ -20,7 +20,7 @@ date_default_timezone_set('Europe/Vienna');
|
||||
define("DB_SYSTEM","pgsql");
|
||||
define("DB_HOST","localhost");
|
||||
define("DB_PORT","5432");
|
||||
define("DB_NAME","fhctest");
|
||||
define("DB_NAME","fhcomplete");
|
||||
define("DB_USER","vilesci");
|
||||
define("DB_PASSWORD","vilesci");
|
||||
define("DB_CONNECT_PERSISTENT",TRUE);
|
||||
|
||||
@@ -21,8 +21,8 @@ define("DB_SYSTEM","pgsql");
|
||||
define("DB_HOST","localhost");
|
||||
define("DB_PORT","5432");
|
||||
define("DB_NAME","fhcomplete");
|
||||
define("DB_USER","user");
|
||||
define("DB_PASSWORD","password");
|
||||
define("DB_USER","wawi");
|
||||
define("DB_PASSWORD","wawi");
|
||||
define("DB_CONNECT_PERSISTENT",TRUE);
|
||||
define('CONN_CLIENT_ENCODING','UTF-8' );
|
||||
|
||||
|
||||
@@ -22,11 +22,8 @@ setup:
|
||||
shell:
|
||||
- "rm -f /var/www/html/build" # Remove the previous soft link, if exists, to the build directory
|
||||
- "ln -s %BUILD_PATH% /var/www/html/build" # Create a new soft link to the actual build directory
|
||||
# Rename configuration files
|
||||
- "cd %BUILD_PATH% && cp ./config/global.config-default.inc.php ./config/global.config.inc.php"
|
||||
- "cd %BUILD_PATH% && cp ./config/cis.config-default.inc.php ./config/cis.config.inc.php"
|
||||
- "cd %BUILD_PATH% && cp ./config/vilesci.config-default.inc.php ./config/vilesci.config.inc.php"
|
||||
- "cd %BUILD_PATH% && cp ./config/system.config-default.inc.php ./config/system.config.inc.php"
|
||||
# Copies configuration files
|
||||
- "cp /home/phpci/config/* %BUILD_PATH%/config/"
|
||||
- "cd %BUILD_PATH% && php index.ci.php DBTools migrate" # Install Database
|
||||
test:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user