Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/example-nginx-helloworld
https://github.com/appuio/example-nginx-helloworld
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appuio/example-nginx-helloworld
- Owner: appuio
- License: apache-2.0
- Created: 2016-08-03T17:56:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:49:43.000Z (about 1 year ago)
- Last Synced: 2023-12-15T18:56:32.780Z (about 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx static content example
This is an example application, which can be deployed to APPUiO using the following commands.
It basically contains only static content.
# CLI / oc Client
## Create New OpenShift Project
```
$ oc new-project example-nginx-helloworld
```## Create Application and expose Service
```
$ oc new-app https://github.com/appuio/example-nginx-helloworld.git --name=appuio-nginx-example$ oc expose service appuio-nginx-example
```