summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-11-17 18:56:28 +0200
committerYuval Adam <_@yuv.al>2017-11-17 18:56:28 +0200
commitf09a791a0acf9d668d6322d887c1519afaac964f (patch)
treecb170239d379d9510aee8e9f5357426dd7cdc8bb /README.md
parentfcd120097d3ad16962d71e7ff17deb1053f14041 (diff)
Fix some shit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3332d64..13ac7e5 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,9 @@
An interactive rain radar clone running on Mapbox GL, see it live at: [https://geshem.space](https://geshem.space)
The entire service is served off of static assets located in S3 buckets:
- - A static main index page, JS bundle and other static assets that are uploaded upon deploy
- - Radar images that collected and indexed every minute by a recurring task running on AWS Lambda
+
+ - A static main index page, JS bundle and other static assets that are uploaded upon deploy, Vue.js-based
+ - Radar images that are collected and indexed every minute by a recurring task running on AWS Lambda, written in Python
## Prerequisites
@@ -31,7 +32,7 @@ $ yarn run build
Deploy new static assets to S3:
```bash
-$ yarn run deploy_static
+$ yarn run deploystatic
```
### Cron Task
@@ -39,11 +40,13 @@ $ yarn run deploy_static
#### Deploy
```bash
-$ yarn run deploy_cron
+$ yarn run deploycron
```
#### Invoke
+For testing the cron task:
+
```bash
-$ yarn run invoke_cron
+$ yarn run invokecron
```