Skip to content

Commit

Permalink
docs: replace admin.dasch.swiss by app.dasch.swiss (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Nov 13, 2023
1 parent 82cc552 commit ae06161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/cli-commands.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/start-stack-command.md
Expand Up @@ -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.
Expand All @@ -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)
2 changes: 1 addition & 1 deletion docs/start-stack.md
Expand Up @@ -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,
Expand Down

0 comments on commit ae06161

Please sign in to comment.