https://github.com/theacodes/noel-example-app
https://github.com/theacodes/noel-example-app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theacodes/noel-example-app
- Owner: theacodes
- License: apache-2.0
- Created: 2016-02-10T05:34:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T05:42:27.000Z (over 10 years ago)
- Last Synced: 2025-01-03T09:42:45.126Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Noel Example App
This is a simple Python app that can easily be deployed to [Noel](https://github.com/jonparrott/noel). See the Noel documentation for more details.
## Deploying locally
Use `noel build-and-deploy`.
## Deploying remotely
Use:
noel add-git-remote
git push noel master
## What is it?
It's just a simple Python/Flask application. It uses a straightforward Dockerfile to run gunicorn to serve the application
# Disclaimer
This is not an official Google product, experimental or otherwise. It's just code that happens to be owned by Google. This is for education purposes, it's not intended to be production-ready.
# Contributing changes
See [CONTRIBUTING.md](CONTRIBUTING.md). Contributions are more than welcome, but remember, Noel is intended to be simple and educational.
# Licensing
Noel is made available under the Apache License, Version 2.0. See [LICENSE](LICENSE).