Page MenuHomePhabricator

Setup a testing instance for the newly developed skin
Closed, ResolvedPublic3 Estimated Story Points

Description

Since we are working on a long-lived feature branch for the skin implementation, we want to have a test environment that provides the current status of the feature branch without having to switch back and forth from master on our general test system.

Acceptance Criteria

  • The subdomain (test-spenden) is served by the test server, introducing another virtual host configuration.
  • The code for the subdomain lives in another application path, pointing to the branch wmde19 of the donation application.
  • The deployment machine is able to carry out the deployment for this application.

Notes

  • The subdomain test-spenden already points to the test server, thus no additional DNS setting is needed.
  • The URL should be added to the ansible inventory file.