From ae0616166fae7622477bd02bc5d47e8f927b7583 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:17:33 +0100 Subject: [PATCH] docs: replace admin.dasch.swiss by app.dasch.swiss (#634) --- docs/cli-commands.md | 6 +++--- docs/developers/start-stack-command.md | 4 ++-- docs/start-stack.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/cli-commands.md b/docs/cli-commands.md index 6567db3a4..cf21517c7 100644 --- a/docs/cli-commands.md +++ b/docs/cli-commands.md @@ -72,7 +72,7 @@ dsp-tools create project_definition.json This will create the project defined in `project_definition.json` on `localhost` for local viewing. In order to create the same project -on the DSP server `https://admin.dasch.swiss`, +on the DSP server `https://app.dasch.swiss`, it is necessary to specify the following options: ```bash @@ -111,7 +111,7 @@ dsp-tools get -P my_project project_definition.json will get `my_project` from `localhost`. -In order to get a project from the DSP server `https://admin.dasch.swiss`, +In order to get a project from the DSP server `https://app.dasch.swiss`, it is necessary to specify the following options: ```bash @@ -158,7 +158,7 @@ dsp-tools xmlupload xml_data_file.xml Will upload the data defined in `xml_data_file.xml` on `localhost` for local viewing. In order to upload the same data -to the DSP server `https://admin.dasch.swiss`, +to the DSP server `https://app.dasch.swiss`, it is necessary to specify the following options: ```bash diff --git a/docs/developers/start-stack-command.md b/docs/developers/start-stack-command.md index da1b4c4e6..f2b0190c3 100644 --- a/docs/developers/start-stack-command.md +++ b/docs/developers/start-stack-command.md @@ -4,7 +4,7 @@ The [start-stack command](../cli-commands.md#start-stack) starts Docker containers of DSP-API and DSP-APP, -in the version that is running on [https://admin.dasch.swiss](https://admin.dasch.swiss/help). +in the version that is running on [https://app.dasch.swiss](https://app.dasch.swiss/help). In addition to the containers, a number of files from the DSP-API GitHub repository is necessary. The version of the docker images and these files must be the same. @@ -18,6 +18,6 @@ The version is configured in the following files in `src/dsp_tools/resources/sta - `start-stack-config.yml`: The variable `DSP-API commit` must be the commit hash of DSP-API - of the version that is running on [https://admin.dasch.swiss](https://admin.dasch.swiss/help). + of the version that is running on [https://app.dasch.swiss](https://app.dasch.swiss/help). Just take the commit hash of the latest DSP-API release from the [DSP-API GitHub repo](https://github.com/dasch-swiss/dsp-api/commits/main) diff --git a/docs/start-stack.md b/docs/start-stack.md index 18f78e438..cce0d3a1a 100644 --- a/docs/start-stack.md +++ b/docs/start-stack.md @@ -29,7 +29,7 @@ Here's an overview of the two ways: The [`start-stack`](./cli-commands.md#start-stack) command runs Docker images with the latest released versions of DSP-API and DSP-APP, -i.e. the versions that are running on [https://admin.dasch.swiss](https://admin.dasch.swiss). +i.e. the versions that are running on [https://app.dasch.swiss](https://app.dasch.swiss). (Optionally, you can specify to run the latest development version of DSP-API, from the `main` branch.) The only prerequisite for this is that Docker is running,