GeoCMS is an application to visualize WMS layers from a Geoserver.
Online demo
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
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`.
- 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
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.
GeoCMS est sous licence CeCILL-B. Pour plus d’informations sur la licence lisez cecill.txt