Documents

User documentation

Creating a new bug ticket

This guide is designed for beginners who want to get started with a helping to improve the projects here at GloryKidd. It does not assume that you have any prior experience with ticketing systems or tracking bug fixes. This guide will assist in cr...


03/19/2009 13:52

Technical documentation

Redmine Plugins

Installing a plugin

1. If you're using a 0.7.x release, you need to install the Rails engines plugin (make sure to get the Rails 2.0.2 version). As of 0.8.0, Rails engines is included in Redmine, so skip this step unless you're using an old...


09/30/2009 10:09

Git Cheatsheet

Git Issues: .gitignore file not ignoring files

If you have a .gitignore file that is getting ignored, here are some steps to correct the behavior.

<pre>
$ git rm -r --cached .
</pre>

This removes everything from the index. It will...


09/30/2009 09:56

Community Engine Setup Guide

System Requirements
  • ruby rails 2.1+
  • engines plugin for rails: "Engine Plugin":http://railsengines.org/news/2008/06/01/engines-2-1-0-release/
  • ImageMagick

Steps for installation:

  1. gem install hpricot ––source located "here...

09/14/2009 19:41

Capistrano Deployments

This is a guide to help me not forget the steps to configure capistrano configuration for site deployments.

Install the capistrano gem:

<pre>
$ gem install capistrano
</pre>

After the gem is installed you can use it to deploy almost any...


03/20/2009 13:05

GloryKidd Web Project Setup - LCC Site

This document is designed to help you get a project setup on your local development machine. The assumption is that you have a good knowledge of the OS your installing on and some knowledge of the development tools you will be using. I will be set...


03/16/2009 08:03