a3s7p / rails

Ruby on Rails - Web Application Framework

Home Page:http://www.turnkeylinux.org/rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails - Web Application Framework

Ruby on Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. Written in Ruby, Rails lets you write beautiful code by favoring convention over configuration. The result is a web framework that allows you to transition from idea to implementation in a very short period of time.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • SSL support out of the box.

  • Webmin modules for configuring Apache2, and MySQL.

  • Ruby on Rails configuration:

    • Deployment via Phusion Passenger for Apache (mod_rails)
    • Preconfigured example Rails application located at /var/www/railsapp
    • MySQL databases setup for production, development and testing.
  • RubyGems package manager installed from upstream tarball

    • APT and RubyGems are both package management systems and may potentially conflict.
    • We recommend using RubyGems for managing Rails components (called gems), and APT for everything else.
    • Essential build packages (build-essentials) are included to aid in building gems.

Upgrading RubyGems itself and Rails components (gems):

gem update --system
gem update

See the Ruby on Rails docs for further details.

Credentials (passwords set at first boot)

  • Webmin, SSH, and MySQL: username root

About

Ruby on Rails - Web Application Framework

http://www.turnkeylinux.org/rails


Languages

Language:Ruby 35.8%Language:HTML 31.5%Language:Shell 24.8%Language:JavaScript 4.6%Language:Makefile 2.6%Language:SCSS 0.6%