start-instance-for-tests.sh 490 B

12345678910111213141516
  1. #!/usr/bin/env bash
  2. # Based on the script from Milen Pivchev in nextcloud/ios repository
  3. # SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. # This script runs the CI scripts needed to set up a test instance and install talk locally
  6. CONTAINER_NAME=nextcloud_test
  7. TEST_BRANCH=master
  8. SERVER_PORT=8080
  9. source ./ci-create-docker-server.sh
  10. source ./ci-wait-for-server.sh
  11. source ./ci-install-talk.sh
  12. source ./ci-setup-rooms.sh