From a26857e8d3cc971142a2cc3cb51f667b4b4690fe Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 22 Aug 2019 09:36:15 +0200 Subject: [PATCH] Update README --- README.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 09d3ee82..f733a6ca 100755 --- a/README.md +++ b/README.md @@ -6,20 +6,34 @@ It can use external map services, local data files produced in many formats (WMS vMap is able to manage business objects while using WMS producing server software like MapServer, GeoServer or ArcGis Server. +## Documentation -## Getting Started +You can read mode about vMap on the [documentation](https://vmap.readthedocs.io/en/latest/presentation/presentation/) -- Try the [demo](https://demovmap.veremes.net) -- Download the setup on [vStore](https://vstore.veremes.net/store/) -- Follow the [install procedure](http://www.veremes.com/procedure-dinstallation-de-vmap) +## Install +#### Try it -## Install dev version (Linux) +A demo server is available on [https://demovmap.veremes.net](https://demovmap.veremes.net) where you can try all the user features, for administration features you will have to install it. + +#### Docker + +The most easy way to install vMap is using Docker, vMap is available on docker hub [https://hub.docker.com/r/veremes/vmap](https://hub.docker.com/r/veremes/vmap) where you will find an installation documentation. + +#### AWS Marketplace + +With an AWS account you will be able to create an EC2 using the marketplace vMap AMI. + +#### Manual + +Or you can install it mannulaly on Debian, Ubuntu or even Windows by following the [install procedure](http://www.veremes.com/procedure-dinstallation-de-vmap) (french) + +#### Dev version (Linux) To install the dev version of this project run the following steps: -- Install the app via the VAI setup on var/www/[app name] -- Clone this repo on var/wwww/[app name]\_dev -- Run install.sh and give the var/www/[app name] path when asked to build your tree structure -- Now you have the correct versioned tree structure, rename var/www/[app name] as var/www/[app name]\_vai and var/www/[app name]\_dev as var/www/[app name] +- Install the app manually on var/www/vmap +- Clone this repo on var/wwww/vmap\_dev +- Run install.sh and give the var/www/vmap path when asked to build your tree structure +- Now you have the correct versioned tree structure, rename var/www/vmap as var/www/vmap\_vai and var/www/vmap\_dev as var/www/vmap - Run `git pull` and `git push` to update/post the project and his dependencies -- GitLab