Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EPF Wiki Development Guide"

m (Development Environment Setup)
m (Development Environment Setup)
Line 2: Line 2:
  
 
== Development Environment Setup ==
 
== Development Environment Setup ==
 +
 +
Requirements
 +
Ruby 1.8.4
 +
Ruby Gems 0.9.0
 +
Rails 2.0.2
 +
MySQL 5.0.15 or higher
 +
[http://sourceforge.net/projects/unxutils Windows UnxUtils]
 +
 +
You can use another database, in fact you can use any database supported by Rails migrations.
 +
* TinyMCE [http://tinymce.moxiecode.com]
 +
* TODO
 +
 +
=== Ruby ===
  
 
=== Aptana Studio ===
 
=== Aptana Studio ===

Revision as of 03:12, 11 April 2008

Welcome to the EPF Wiki Development Guide. This guide covers the steps necessary to begin development on EPF Wiki using Aptana Studio, CVS, and Bugzilla.

Development Environment Setup

Requirements

Ruby 1.8.4
Ruby Gems 0.9.0
Rails 2.0.2 
MySQL 5.0.15 or higher
Windows UnxUtils 

You can use another database, in fact you can use any database supported by Rails migrations.

  • TinyMCE [1]
  • TODO

Ruby

Aptana Studio

  • Download Aptana Studio
  • Add RadRails to Aptana Studio by following the Start Page instructions (Help > Aptana Studio Start Page...).

See the screencast for more information.

Run Tests

Build Process

Bugzilla Setup

See EPF Composer Development Guide

References

EPF Composer Development Guide

Welcome to RadRails, the Ruby on Rails authoring environment for Aptana Studio and Eclipse

Back to the top