mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
PHPCI
This commit is contained in:
@@ -53,6 +53,8 @@ echo "Database ..."
|
||||
#sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;'
|
||||
#echo "Database fhctest dropped!"
|
||||
sudo -u postgres createdb -O fhcomplete fhctest
|
||||
sudo -u postgres psql fhctest -c 'CREATE SCHEMA IF NOT EXISTS system;'
|
||||
sudo -u postgres psql fhctest -c 'ALTER SCHEMA system OWNER TO fhcomplete;'
|
||||
|
||||
echo "Installing FH-Complete..."
|
||||
# cp index.ci.php index.php # Maybe somtimes
|
||||
|
||||
Reference in New Issue
Block a user