https://github.com/cvan/metadaemon
https://github.com/cvan/metadaemon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvan/metadaemon
- Owner: cvan
- Created: 2017-02-02T10:48:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T16:37:47.000Z (over 9 years ago)
- Last Synced: 2025-03-24T09:50:18.798Z (about 1 year ago)
- Language: CSS
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metadaemon
Metadata service.
## Installation
To install the [Python](https://www.python.org/) dependencies:
```sh
pip install -r app/requirements.txt
```
## Local development
To start the app's local dev server:
```sh
npm start
```
## Deployment
To deploy the app to production:
```sh
gcloud app deploy app.yaml
```
To view the app in production from your browser:
```sh
gcloud app browse
```
To read the app's logs:
```sh
gcloud app logs read -s default
```
## License
[MIT](LICENSE.md)