diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-27 05:17:53 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-27 05:17:53 +0000 |
| commit | 92625bb842d80faa33188306b918f2078c91e848 (patch) | |
| tree | 59a5139403aa257ff5b9c408ad53e053043379ff /web/README.md | |
| parent | a844d93b5dd799b202ef476fa151bea5bd125456 (diff) | |
removed unnecessary db call breaking homepage due to db update
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: |
