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 9: Line 9:
 
  MySQL 5.0.15 or higher
 
  MySQL 5.0.15 or higher
 
  [http://sourceforge.net/projects/unxutils Windows UnxUtils]  
 
  [http://sourceforge.net/projects/unxutils Windows UnxUtils]  
 +
[http://tinymce.moxiecode.com TinyMCE]
  
You can use another database, in fact you can use any database supported by Rails migrations.
+
You can use another database, in fact you can use any of [http://wiki.rubyonrails.org/rails/pages/DatabaseDrivers supported databases] by Rails migrations.
* TinyMCE [http://tinymce.moxiecode.com]  
+
* TODO
+
  
 
=== Ruby ===
 
=== Ruby ===

Revision as of 03:14, 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 
TinyMCE 

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

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