mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix typo
This commit is contained in:
parent
77a7d538f5
commit
63b69d77d0
@ -56,7 +56,7 @@ script:
|
||||
# install egroupware using MariaDB as domain "default"
|
||||
# and add an admin user "demo" with password "guest"
|
||||
- php doc/rpm-build/post_install.php --domain default
|
||||
--source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --autostart_webserver='' --webserver_user ''
|
||||
--source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --autostart_webserver '' --webserver_user ''
|
||||
--admin_user demo --admin_passwd guest --admin_email noreply@example.com
|
||||
# disable PostgreSQL install as it fails in Travis with Fatal error: Call to unimplemented native function pg_set_client_encoding
|
||||
# install egroupware using PostgreSQL as domain "pgsql", need some specific handling we can not create users via sql
|
||||
|
Loading…
Reference in New Issue
Block a user