Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/memcached
https://github.com/appuio/memcached
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appuio/memcached
- Owner: appuio
- License: apache-2.0
- Created: 2016-10-27T12:57:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:36:32.000Z (about 1 year ago)
- Last Synced: 2023-12-15T12:44:27.429Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APPUiO Memcached Example
## How to Deploy
### Create New OpenShift Project
```
$ oc new-project example-memcached
```#### Create Application and expose Service
```
$ oc new-app https://github.com/appuio/memcached.git --strategy=docker --name=memcached
```