https://github.com/joyrex2001/asciime
Small demo project to show how to use minimal docker images in OpenShift using go.
https://github.com/joyrex2001/asciime
Last synced: over 1 year ago
JSON representation
Small demo project to show how to use minimal docker images in OpenShift using go.
- Host: GitHub
- URL: https://github.com/joyrex2001/asciime
- Owner: joyrex2001
- License: mit
- Created: 2018-06-04T17:14:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T19:53:15.000Z (about 8 years ago)
- Last Synced: 2025-01-23T00:28:52.202Z (over 1 year ago)
- Language: Go
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASCIIme
ASCIIme is a small application that will convert uploaded images to an
ASCII-art version of the image. The project is intended to demonstrate
how to use minimal docker images in OpenShift using go.
## Install in OpenShift
To install the project on your OpenShift/minishift platform:
```bash
oc new-project asciime
oc process -f deploy-ocp.yaml | oc create -f -
oc start-build asciime --from-dir=.
```
## Just run...
If for some reason, you are actually interested in the application itself,
rather than the process building it, you can run it ```go run main.go``` and
visit http://localhost:8080 to have some fun.