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
- Host: GitHub
- URL: https://github.com/lukacerr/suse-infra
- Owner: lukacerr
- License: unlicense
- Created: 2025-03-06T23:33:25.000Z (over 1 year ago)
- Default Branch: stable
- Last Pushed: 2025-07-05T19:28:32.000Z (11 months ago)
- Last Synced: 2025-07-05T20:38:22.898Z (11 months ago)
- Topics: docker, docker-compose, nginx, suse, suselinux, template
- Language: Shell
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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.