Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appuio/memcached


https://github.com/appuio/memcached

Last synced: 6 days ago
JSON representation

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
```