This commit is contained in:
bison-paolo
2016-11-30 13:24:40 +01:00
parent 9723ee54d2
commit 6b80349def
5 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);
+2 -2
View File
@@ -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' );
+2 -5
View File
@@ -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: