Skip to content

Commit

Permalink
add horizontal rule between block in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Aug 5, 2018
1 parent a473f37 commit 73dc13b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- CartoView is a GIS Web Mapping Application Market.
- Cartoview extends the popular [GeoNode](http://geonode.org/) SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications very easily and very quickly from the browser without programming.

***

## Docker Installation:
- install [docker](https://docs.docker.com/v17.12/install/#server) and [docker-compose](https://docs.docker.com/compose/install/#prerequisites)
- clone cartoview and navigate to cartoview folder
Expand All @@ -37,6 +39,8 @@
- start the containers with `docker-compose up -d` or `make up`
- stop the containers with `docker-compose down` or `make down`

***

## How To Add Cartoview To Existing Geonode:
- install cartoview with pip:
- `pip install cartoview --no-cache-dir`
Expand Down Expand Up @@ -67,7 +71,4 @@
from cartoview.app_manager.settings import load_apps
INSTALLED_APPS += load_apps()
```
- restart your server

## Docs:
- [How to use and install](http://cartologic.github.io)
- **restart your server**

0 comments on commit 73dc13b

Please sign in to comment.