Giter Club home page Giter Club logo

geocms-v1's Introduction

DotGeoCMS

DotGeoCMS is an open source tool that allows for the vizualisation of geospatial data on the web.

It was built to make it easier for people to vizualize, combine and share layers from various data sources (Geoservers/Mapservers)

You can see multiples demos at indigeo.fr, check it out !

dotgeocms preview

DotGeoCMS - Features

DotGeoCMS allows you to import layers from multiple GeoServers and organize them into categories.

You can then visualize them and combine them to give your map the meaning you want. Once you are done editing your custom map, you will be able to save your map and share it with others, either on DotGeoCMS or embedded on any site.

dotgeocms preview

DotGeoCMS - Dependecies

In order for DotGeoCMS to work properly, you will need the followings installed on your machine :

  • Ruby 1.9 and greater
  • Rails 3.1 and greater
  • PostgreSQL 9.1
  • ElasticSearch

DotGeoCMS - Installation

The installation process should be rather straightforward once you make sure that all dependecies are installed.

  1. Clone the project
$ git clone https://github.com/dotgee/dotgeocms.git
  1. Configure your database
  development:
    adapter: postgresql
    encoding: unicode
    database: geocms_dev
    pool: 5
    username: [username]
    password: [password]
    host: localhost
  1. Configure context thumbnails creation
// install npm if necessary
$ npm install -g phantomjs
$ RAILS_ENV=production sidekiq -d -l log/sidekiq.log
  1. Customize your installation

You can edit 'config/application.yml' and define the two parameters :

  • MONO_ACCOUNT (boolean) : Defines if you want to run only one instance or allow multiple accounts to be created on your DotGeoCMS.
  • SUBDOMAIN (string) : DotGeoCMS uses subdomain for every account. So, if you are running DotGeoCMS on a url with a subdomain, you have to write it here. (eg : I'm deploying to 'xxxxx.dotgeocms.com', if I want to run multiple accounts, I will mark 'xxxxx' as my subdomain). Note that you will have to configure your web server accordingly to accept any subdomains.
  1. Run it !

We recommend using pow if you're just testing it on your local machine as it provides an easy way to use subdomains on DotGeoCMS. Don't forget to run bundle install, open the website and you're done ! We hope you will enjoy our application !

Licence

DotGeoCMS is under CeCill licence, for more information, read CeCill.txt

DotGeoCMS - Contact

DotGeoCMS is developped by Dotgee (@dotgee). If you have any questions or if you want us to build a custom implementation of DotGeoCMS to better fit your needs, send us an email at [email protected] !

geocms-v1's People

Contributors

xymox avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.