Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

decision-labs/spacialdb-devcenter

Repository files navigation

The SpacialDB Devcenter

This repo holds the content to the SpacialDB devcenter.spacialdb.com.

We are using Gollum, Gollum-Site and Pygments to generate this site and make it easier for people to contribute. Before contributing do make sure you have Pygments installed:

easy_install Pygments

How to Contribute

Treat this documentation like any ruby code repository. If you have a minor addition or fix, then select the particular file and press the 'Fork and edit file' button in Github. For something entirely new you can:

  1. Fork this repo

  2. Build a local copy:

     git clone git://github.com/spacialdb/spacialdb-devcenter.git
     cd spacialdb-devcenter
     gem install bundler
     bundle install
    
  3. Create a new branch:

     git checkout -b <branch-name>
    
  4. Make your changes in Markdown using your favourite editor. To view your edits run the following command and go to localhost:8000:

     bundle exec gollum-site --watch --working serve
    
  5. Run the specs and fix any formatting issues:

     rake spec
    
  6. Commit, Push and send us a Pull request.

Releases

No releases published

Packages

No packages published

Languages