Skip to content

Commit

Permalink
cleanup obsolete/legacy images
Browse files Browse the repository at this point in the history
  • Loading branch information
rpietzsch committed Aug 1, 2023
1 parent a1a5862 commit 3f3c238
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 33 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The code examples in this section assumes that you have POSIX-compliant shell (l

## Requirements

- Access credentials to eccenca Artifactory and eccenca Docker Registry → [contact us to get yours](https://eccenca.com/en/contact)
- [docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/install/) (v1) installed locally
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed locally
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker
- Access credentials to eccenca Artifactory and eccenca Docker Registry → [contact us to get yours](https://eccenca.com/en/contact)
- [docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/install/) (v1) installed locally
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed locally
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker

## Setup & Check Installation Environment

Expand Down Expand Up @@ -153,13 +153,8 @@ Run make logs to see log output

Open your browser and navigate to <http://docker.localhost>


| account | password | description |
| ------- | -------- | ------------------------------------------------------------------------------------------- |
| `admin` | `admin` | Is member of the global admin group (can see and do anything) |
| `user` | `user` | Is member of the local user group (can not change access conditions or see internal graphs) |

![successful-login](../22-1-successful-login.png)

After successful login, you will see Corporate Memory interface. You can now proceed to the :arrow_right:[Getting Started](../../../getting-started/index.md) section.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This page describes a docker-compose based orchestration running on RedHat Enter

## Requirements

- [Virtualbox](https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html) and [vagrant](https://www.vagrantup.com/downloads.html) installed locally
- Terminal with ssh client installed locally
- POSIX-compatible command line interface (Linux, macOS or WSL for Windows)
- [Virtualbox](https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html) and [vagrant](https://www.vagrantup.com/downloads.html) installed locally
- Terminal with ssh client installed locally
- POSIX-compatible command line interface (Linux, macOS or WSL for Windows)

## Provisioning

Expand Down Expand Up @@ -256,8 +256,5 @@ Open your browser and navigate to [https://corporate.memory]<https://corporate.
| account | password | description |
| ------- | -------- | ------------------------------------------------------------------------------------------- |
| `admin` | `admin` | Is member of the global admin group (can see and do anything) |
| `user` | `user` | Is member of the local user group (can not change access conditions or see internal graphs) |
![successful-login](../22-1-successful-login.png)
After successful login, you will see Corporate Memory interface. You can now proceed to the :arrow_right:[Getting Started](../../../getting-started/index.md) section.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This page describes a docker-compose based orchestration running on a server ins

## Requirements

- ssh access to a server instance (Debian 11) with a public IP address
- A resolvable domain name to this server
- Terminal with ssh client installed locally
- An eccenca partner account for the docker registry as well as the release artifact area
- ssh access to a server instance (Debian 11) with a public IP address
- A resolvable domain name to this server
- Terminal with ssh client installed locally
- An eccenca partner account for the docker registry as well as the release artifact area

## Server Provisioning

Expand Down Expand Up @@ -89,19 +89,19 @@ $ vi prod.env
In addition that, you need to remove the default config and link it to your prod.env

```shell-session
$ cd /opt/cmem-orchestration/environments
cd /opt/cmem-orchestration/environments
$ rm config.env
$ ln -s prod.env config.env
rm config.env
ln -s prod.env config.env
```

To see all available configuration options refer to [Docker Orchestration configuration](./../../configuration/docker-orchestration/index.md) page.

Next, request SSL certificates from [letsencrypt](https://letsencrypt.org/) service:

```shell-session
$ cd /opt/cmem-orchestration
$ make letsencrypt-create
cd /opt/cmem-orchestration
make letsencrypt-create
```

Change `CMEM_BASE_URI` according to your `DEPLOYHOST`.
Expand All @@ -121,16 +121,16 @@ EOF
Finally deploy the Corporate Memory instance:

```shell-session
$ make clean-pull-start-bootstrap
$ make tutorials-import
make clean-pull-start-bootstrap
make tutorials-import
```

Optional: you can install cmem as a systemd service for this use these commands as root oder sudo:

```shell-session
$ cp /opt/cmem-orchestration/conf/systemd/cmem-orchestration.service /etc/systemd/system
$ systemctl enable cmem-orchestration
$ systemctl start cmem-orchestration
cp /opt/cmem-orchestration/conf/systemd/cmem-orchestration.service /etc/systemd/system
systemctl enable cmem-orchestration
systemctl start cmem-orchestration
```

## Validation and Finalisation
Expand All @@ -142,13 +142,9 @@ Click **CONTINUE WITH LOGIN** and use one of these default accounts:
| account | password | description |
| ------- | -------- | ------------------------------------------------------------------------------------------- |
| `admin` | `admin` | Is member of the global admin group (can see and do anything) |
| `user` | `user` | Is member of the local user group (can not change access conditions or see internal graphs) |

![successful-login](../22-1-successful-login.png)

After successful login, you will see Corporate Memory interface.
You can now proceed to the :material-arrow-right: [Getting Started](../../../getting-started/index.md) section.

Do not forget to change the passwords of your deployment, especially if it is available from the public internet.
For this, take a look at [Change Passwords and Keys](../../configuration/keycloak/change-passwords-and-keys/index.md).

0 comments on commit 3f3c238

Please sign in to comment.