diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-02-27 21:03:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-27 21:03:55 +0000 |
| commit | 197f2f42091b691feb7c31308dbfc9ddde07a10f (patch) | |
| tree | 9d7181d3f87c1c375208782d7326f16b3548c91b /web/README.md | |
| parent | a844d93b5dd799b202ef476fa151bea5bd125456 (diff) | |
| parent | ecc0d9a1deb3cdaf272bbd6d87e76efa763e52d6 (diff) | |
Merge pull request #18 from csc301-winter-2019/fix-master-urgent
Fix master urgent
Diffstat (limited to 'web/README.md')
| -rw-r--r-- | web/README.md | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/web/README.md b/web/README.md index d470960..b7f02b3 100644 --- a/web/README.md +++ b/web/README.md @@ -13,34 +13,8 @@ `docker run -d --name mymongo -p 27017:27017 mongo` -2. enter inside the container: - - `docker exec -it mymongo mongo` - -3. run inside the interactive mongo shell: - - `use helpthehome` - -4. Put in some dummy data to start, run: - -``` -db.pointscollection.insert({ - "type": "MultiPoint", - "name": "points", - "color": "#0000ff", - "style": { - "radius": 8, - "fillColor": "#00ce00", - "color": "#008c00", - "weight": 2, - "opacity": 1, - "fillOpacity": 1 - }, - "coordinates": [-73.9580, 40.8003] -}) -``` - -5. Now you are ready to start the app: + +2. Now you are ready to start the app: From this directory: |
