Skip to content

Geocms: link between Geoserver and Geornetwork with additional information

Notifications You must be signed in to change notification settings

dotgee/geocms-v0

Repository files navigation

Geocms

GeoCMS is an application to visualize WMS layers from a Geoserver.
Online demo

Dependencies

To use this application, you will need:

  • The Ruby language (version 1.9.2 or newer)
  • RVM
  • Rails (version 3.2.2 or newer)
  • Redis

Installation

Install Redis

Components of GeoCMS depend on Redis .

To install Redis 2.2+, You can “download it here”:"http://redis.io/download
or you can use `brew install redis`.

Setup the project

  • Clone the project
    git clone git://github.com/dotgee/geocms.git
  • Install the gems
    bundle install
  • Configure your config/database.yml
  • Create the database, load the migrations and default datas
    rake db:create
    rake db:migrate
    rake db:seed
  • Launch the server
    rails server
  • You can connect to the backend at /backend using the logins admin@example.com/password

Contributing

If you make improvements to this application, please share with others.

  • Fork the project on GitHub.
  • Make your feature addition or bug fix.
  • Commit with Git.
  • Send the author a pull request.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.

License

GeoCMS est sous licence CeCILL-B. Pour plus d’informations sur la licence lisez cecill.txt

About

Geocms: link between Geoserver and Geornetwork with additional information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •