https://github.com/octabytes/app-templates
Open source applications template
https://github.com/octabytes/app-templates
Last synced: about 1 year ago
JSON representation
Open source applications template
- Host: GitHub
- URL: https://github.com/octabytes/app-templates
- Owner: octabytes
- Created: 2024-10-18T09:46:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:44:01.000Z (over 1 year ago)
- Last Synced: 2024-10-21T13:56:56.378Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App templates
Open source applications template
## New Application
1. Create new VM
2. Add VM IP address to DNS record `A record pointing to IP`
3. Install application
```shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/octabytes/app-templates/main/install.sh)"
```