Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apendua/meteor-components-proof-of-concept
https://github.com/apendua/meteor-components-proof-of-concept
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apendua/meteor-components-proof-of-concept
- Owner: apendua
- Created: 2015-09-30T14:56:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T16:14:16.000Z (about 9 years ago)
- Last Synced: 2024-10-19T16:47:56.195Z (20 days ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-components-proof-of-concept
To run this application use:
```
meteor --settings=config/my_custom_settings.json
```
Before it works, you must add some valid amazon s3 credentials to your settings file, see `config/example.json`:
```javascript
{
"AWSBucket": "",
"AWSRegion": "",
"AWSAccessKeyId": "",
"AWSSecretAccessKey": "",
"public": {
"maxKBytesPerImage": 200
}
}
```
You are free to leave those values blank but image uploads will be disabled.