An open API service indexing awesome lists of open source software.

https://github.com/lukacerr/suse-infra

Plain SUSE Linux install into EC2 container-based infrastructure
https://github.com/lukacerr/suse-infra

docker docker-compose nginx suse suselinux template

Last synced: about 2 months ago
JSON representation

Plain SUSE Linux install into EC2 container-based infrastructure

Awesome Lists containing this project

README

          

# Luka Cerrutti SUSE Linux Infrastructure dotfiles

## 1. Docker Hub login

> - _Password will be requested_

```sh
docker login -u lukacerrutti
```

## 2. Install git & clone repo

> - _Credentials will be requested_
> - Change branch to `latest` for testing environment

```sh
sudo zypper in -y -l -f --no-recommends git
git clone --branch stable https://github.com/lukacerrutti/suse-infra.git
git config --global credential.helper store
```

## 3. Installation

```sh
chmod +x ./infra/install.sh
./infra/install.sh
```

> [!IMPORTANT]
> Exit & reconnect for usermods to apply

## 4. `.env` setup

```sh
eenv
```

> Fill with environment variables

## 5. Start application :)

```sh
deploy
```

---

### General docs & aliases

Read [fish config](.config/fish/config.fish) for details.