Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antromeo/entando-installer
https://github.com/antromeo/entando-installer
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antromeo/entando-installer
- Owner: antromeo
- Created: 2022-10-06T12:07:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T10:16:45.000Z (over 1 year ago)
- Last Synced: 2024-11-10T19:17:07.758Z (2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## entando-installer
requirements:
- multipass
- kubectl1) launch instance
```
multipass launch --name entando --cpus 4 --mem 8G --disk 20G
```2) install k3s and enable it without sudo
```
multipass exec entando -- bash -c "curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL='v1.22.9+k3s1' sh - && sudo chmod 644 /etc/rancher/k3s/k3s.yaml"
```
3) launch install-entando.sh```
sh install-entando.sh
```